mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
return nil on no error
This commit is contained in:
parent
cb72c5764a
commit
1569d4f55f
1 changed files with 2 additions and 0 deletions
|
|
@ -168,4 +168,6 @@ func emitMetrics(ctx *cli.Context) error {
|
|||
"filesize": fmt.Sprintf("%v", filesize),
|
||||
})
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue