Skip to content

Commit a8c59e4

Browse files
committed
chore: apply code formatting changes
1 parent 88d636e commit a8c59e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/collectors/ghcr_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import (
1414

1515
"ghcr-exporter/internal/config"
1616
"ghcr-exporter/internal/metrics"
17-
1817
"github.com/d0ugal/promexporter/app"
1918
"github.com/d0ugal/promexporter/tracing"
2019
"github.com/prometheus/client_golang/prometheus"
@@ -138,6 +137,7 @@ func (gc *GHCRCollector) collectSinglePackage(ctx context.Context, name string,
138137

139138
if tracer != nil && tracer.IsEnabled() {
140139
collectorSpan = tracer.NewCollectorSpan(ctx, "ghcr-collector", "collect-package")
140+
141141
collectorSpan.SetAttributes(
142142
attribute.String("package.name", name),
143143
attribute.String("package.owner", pkg.Owner),

0 commit comments

Comments
 (0)