Skip to content

Commit 480bd32

Browse files
committed
Fix goimports
1 parent 0a7d96b commit 480bd32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/prometheus/prometheus.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ package prometheus
22

33
import (
44
"fmt"
5-
"github.com/hellofresh/goengine"
65
"strconv"
76
"sync"
87
"time"
98

9+
"github.com/hellofresh/goengine"
10+
1011
"github.com/hellofresh/goengine/driver/sql"
1112
"github.com/prometheus/client_golang/prometheus"
1213
)

0 commit comments

Comments
 (0)