Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Diehl <[email protected]>
  • Loading branch information
owen-d committed Oct 9, 2024
1 parent 60ccbf6 commit 1fc36bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/dash/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package dash

import (
"github.com/grafana/dskit/server"
"github.com/prometheus/client_golang/prometheus"

"github.com/grafana/loki/v3/pkg/storage/stores/index"
"github.com/grafana/loki/v3/pkg/util/constants"
"github.com/prometheus/client_golang/prometheus"
)

// MetricLoader is an interface for how different metric categories used in dashboards are loaded.
Expand Down

0 comments on commit 1fc36bc

Please sign in to comment.