Removed trailing space

This commit is contained in:
Denton Liu
2016-05-18 11:23:47 -04:00
parent bb62a8b3fd
commit bdb48b8567
+1 -1
View File
@@ -51,7 +51,7 @@ all function arguments have to be copied to memory.
When calling functions
of other contracts, the amount of Wei sent with the call and the gas can be specified::
contract InfoFeed {
function info() returns (uint ret) { return 42; }
}