mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
cmd/utils: gofmt
This commit is contained in:
parent
e76813eb13
commit
c5dc61c62d
1 changed files with 2 additions and 2 deletions
|
|
@ -926,8 +926,8 @@ var (
|
|||
// to enable a public-OK metrics endpoint without having to worry about ALSO exposing
|
||||
// other profiling behavior or information.
|
||||
MetricsHTTPFlag = &cli.StringFlag{
|
||||
Name: "metrics.addr",
|
||||
Usage: `Enable stand-alone metrics HTTP server listening interface.`,
|
||||
Name: "metrics.addr",
|
||||
Usage: `Enable stand-alone metrics HTTP server listening interface.`,
|
||||
Category: flags.MetricsCategory,
|
||||
}
|
||||
MetricsPortFlag = &cli.IntFlag{
|
||||
|
|
|
|||
Loading…
Reference in a new issue