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:
@@ -173,7 +173,7 @@ Yes::
|
||||
...
|
||||
}
|
||||
|
||||
function () payable {
|
||||
function() payable {
|
||||
...
|
||||
}
|
||||
|
||||
@@ -210,7 +210,7 @@ No::
|
||||
...
|
||||
}
|
||||
|
||||
function () payable {
|
||||
function() payable {
|
||||
...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user