mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 21:46:36 +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
|
// to enable a public-OK metrics endpoint without having to worry about ALSO exposing
|
||||||
// other profiling behavior or information.
|
// other profiling behavior or information.
|
||||||
MetricsHTTPFlag = &cli.StringFlag{
|
MetricsHTTPFlag = &cli.StringFlag{
|
||||||
Name: "metrics.addr",
|
Name: "metrics.addr",
|
||||||
Usage: `Enable stand-alone metrics HTTP server listening interface.`,
|
Usage: `Enable stand-alone metrics HTTP server listening interface.`,
|
||||||
Category: flags.MetricsCategory,
|
Category: flags.MetricsCategory,
|
||||||
}
|
}
|
||||||
MetricsPortFlag = &cli.IntFlag{
|
MetricsPortFlag = &cli.IntFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue