mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Don't include a whitespace in fallback function
This commit is contained in:
parent
39559c1bb6
commit
549bca1494
@ -173,7 +173,7 @@ Yes::
|
||||
...
|
||||
}
|
||||
|
||||
function () payable {
|
||||
function() payable {
|
||||
...
|
||||
}
|
||||
|
||||
@ -210,7 +210,7 @@ No::
|
||||
...
|
||||
}
|
||||
|
||||
function () payable {
|
||||
function() payable {
|
||||
...
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user