Skip to content

Commit bee7b40

Browse files
committed
fix: organize imports to satisfy gci linter
- Add blank line between local and external imports - Fixes CI linting failure
1 parent 30d260b commit bee7b40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"ghcr-exporter/internal/config"
1111
"ghcr-exporter/internal/metrics"
1212
"ghcr-exporter/internal/version"
13-
1413
"github.com/d0ugal/promexporter/app"
1514
"github.com/d0ugal/promexporter/logging"
1615
promexporter_metrics "github.com/d0ugal/promexporter/metrics"

0 commit comments

Comments
 (0)