all: remove trailing whitespace (#27741)

This commit is contained in:
Daniel Liu 2025-01-14 10:56:15 +08:00
parent 0f737b4725
commit e1c7317374
2 changed files with 9 additions and 9 deletions

View file

@ -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