aboutsummaryrefslogtreecommitdiffstats
path: root/internal/debug
diff options
context:
space:
mode:
authorKenji Siu <kenji@isuntv.com>2016-11-01 17:23:24 +0800
committerKenji Siu <kenji@isuntv.com>2016-11-01 18:40:36 +0800
commitd85d3c74db4ddb179366587e5c3afb048e85b50a (patch)
tree60ccf2ce3cbccc364f7494965d987bb755351b1e /internal/debug
parent4dc1fb923ab77fe564bdda25f36744dffa235045 (diff)
downloadgo-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.gz
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.bz2
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.lz
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.xz
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.zst
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.zip
internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"
Diffstat (limited to 'internal/debug')
-rw-r--r--internal/debug/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/debug/flags.go b/internal/debug/flags.go
index ed17f87c4..d7bbfae1e 100644
--- a/internal/debug/flags.go
+++ b/internal/debug/flags.go
@@ -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",
}