Skip to content

Commit a8886f7

Browse files
committed
fix lint
1 parent f13b1aa commit a8886f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/geth/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ import (
2020
"bufio"
2121
"errors"
2222
"fmt"
23-
"github.com/ethereum/go-ethereum/crypto"
2423
"os"
2524
"reflect"
2625
"runtime"
2726
"slices"
2827
"strings"
2928
"unicode"
3029

30+
"github.com/ethereum/go-ethereum/crypto"
31+
3132
"github.com/ethereum/go-ethereum/accounts"
3233
"github.com/ethereum/go-ethereum/accounts/external"
3334
"github.com/ethereum/go-ethereum/accounts/keystore"

0 commit comments

Comments
 (0)