forked from forks/go-ethereum
all: remove trailing whitespace (#27741)
This commit is contained in:
parent
df544350bc
commit
57cdbaef30
3 changed files with 28 additions and 28 deletions
|
|
@ -32,7 +32,7 @@ type Error struct {
|
||||||
str string
|
str string
|
||||||
|
|
||||||
// Sig contains the string signature according to the ABI spec.
|
// Sig contains the string signature according to the ABI spec.
|
||||||
// e.g. error foo(uint32 a, int b) = "foo(uint32,int256)"
|
// e.g. error foo(uint32 a, int b) = "foo(uint32,int256)"
|
||||||
// Please note that "int" is substitute for its canonical representation "int256"
|
// Please note that "int" is substitute for its canonical representation "int256"
|
||||||
Sig string
|
Sig string
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue