mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
linted
This commit is contained in:
parent
3c7b84eaae
commit
977ce1c262
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ func Setup(ctx *cli.Context) error {
|
|||
}
|
||||
|
||||
port := ctx.GlobalInt(pprofPortFlag.Name)
|
||||
if ctx.GlobalIsSet(pprofLegacyPortFlag.Name) && !ctx.GlobalIsSet(pprofPortFlag.Name){
|
||||
if ctx.GlobalIsSet(pprofLegacyPortFlag.Name) && !ctx.GlobalIsSet(pprofPortFlag.Name) {
|
||||
port = ctx.GlobalInt(pprofLegacyPortFlag.Name)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue