Skip to content

Commit 7cfba41

Browse files
committed
Reorder imports
1 parent 1afaa5d commit 7cfba41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/apitypings/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ import (
1010
"regexp"
1111
"strings"
1212

13-
"cdr.dev/slog/sloggers/sloghuman"
14-
1513
"golang.org/x/tools/go/packages"
1614
"golang.org/x/xerrors"
1715

1816
"cdr.dev/slog"
17+
"cdr.dev/slog/sloggers/sloghuman"
1918
)
2019

2120
const (

0 commit comments

Comments
 (0)