Skip to content

Commit 6136bf6

Browse files
committed
fix import sorting
1 parent 3251145 commit 6136bf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package config
33
import (
44
"encoding/json"
55
"errors"
6-
log "github.com/sirupsen/logrus"
76
"os"
87

8+
log "github.com/sirupsen/logrus"
9+
910
"github.com/qa-dev/jsonwire-grid/pool/metrics"
1011
)
1112

0 commit comments

Comments
 (0)