internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"

This commit is contained in:
Kenji Siu
2016-11-01 17:23:24 +08:00
parent 4dc1fb923a
commit d85d3c74db
4 changed files with 24 additions and 25 deletions

View File

@ -53,7 +53,7 @@ var (
Value: 6060,
}
pprofAddrFlag = cli.StringFlag{
Name: "pprofaddr",
Name: "pprofaddr",
Usage: "pprof HTTP server listening interface",
Value: "127.0.0.1",
}