Skip to content

Commit b9514fd

Browse files
committed
fix: fmt
1 parent 3f43718 commit b9514fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal/collectors/ghcr_collector_integration_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ import (
77
"testing"
88
"time"
99

10-
"github.com/prometheus/client_golang/prometheus"
11-
"github.com/prometheus/client_golang/prometheus/testutil"
12-
1310
"ghcr-exporter/internal/config"
1411
"ghcr-exporter/internal/metrics"
15-
1612
promexporter_config "github.com/d0ugal/promexporter/config"
1713
promexporter_metrics "github.com/d0ugal/promexporter/metrics"
14+
"github.com/prometheus/client_golang/prometheus"
15+
"github.com/prometheus/client_golang/prometheus/testutil"
1816
)
1917

2018
// TestGHCRCollectorIntegration tests the full collection flow to catch label mapping issues

0 commit comments

Comments
 (0)