Skip to content

Commit f189ea6

Browse files
committed
refactor: reorder import statements
1 parent 3a767bf commit f189ea6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/prometheus/metrics_test.go

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

33
import (
4-
"github.com/kimdre/doco-cd/internal/config"
54
"net/http"
65
"net/http/httptest"
76
"strings"
87
"testing"
98
"time"
109

1110
"github.com/prometheus/client_golang/prometheus/promhttp"
11+
12+
"github.com/kimdre/doco-cd/internal/config"
1213
)
1314

1415
// TestServe tests the metrics endpoint serving functionality.

0 commit comments

Comments
 (0)