Skip to content

Commit ead6281

Browse files
lint
1 parent 4193b48 commit ead6281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

metrics/balance.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import (
66

77
"github.com/prometheus/client_golang/prometheus"
88
"github.com/prometheus/client_golang/prometheus/promauto"
9-
"github.com/smartcontractkit/chainlink-common/pkg/beholder"
109
"go.opentelemetry.io/otel/attribute"
1110
"go.opentelemetry.io/otel/metric"
11+
12+
"github.com/smartcontractkit/chainlink-common/pkg/beholder"
1213
)
1314

1415
var (

0 commit comments

Comments
 (0)