Skip to content

Commit a949888

Browse files
committed
optimized imports
1 parent cf6f081 commit a949888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import (
2727
"strings"
2828
"time"
2929

30-
gopsutil "github.com/shirou/gopsutil/mem"
3130
"github.com/ethereum/go-ethereum/accounts"
3231
"github.com/ethereum/go-ethereum/accounts/keystore"
3332
"github.com/ethereum/go-ethereum/cmd/utils"
@@ -41,6 +40,7 @@ import (
4140
"github.com/ethereum/go-ethereum/log"
4241
"github.com/ethereum/go-ethereum/metrics"
4342
"github.com/ethereum/go-ethereum/node"
43+
gopsutil "github.com/shirou/gopsutil/mem"
4444
cli "gopkg.in/urfave/cli.v1"
4545
)
4646

0 commit comments

Comments
 (0)