Don't include a whitespace in fallback function

This commit is contained in:
ethers 2016-11-17 18:09:22 -08:00 committed by GitHub
parent 39559c1bb6
commit 549bca1494

View File

@ -173,7 +173,7 @@ Yes::
...
}
function () payable {
function() payable {
...
}
@ -210,7 +210,7 @@ No::
...
}
function () payable {
function() payable {
...
}