mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed trailing space
This commit is contained in:
parent
bb62a8b3fd
commit
bdb48b8567
@ -51,7 +51,7 @@ all function arguments have to be copied to memory.
|
|||||||
|
|
||||||
When calling functions
|
When calling functions
|
||||||
of other contracts, the amount of Wei sent with the call and the gas can be specified::
|
of other contracts, the amount of Wei sent with the call and the gas can be specified::
|
||||||
|
|
||||||
contract InfoFeed {
|
contract InfoFeed {
|
||||||
function info() returns (uint ret) { return 42; }
|
function info() returns (uint ret) { return 42; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user