Skip to content

Commit 64c82f4

Browse files
committed
chore: Satisfy linter.
1 parent 6085c04 commit 64c82f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/exporter/export.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ func DisableExport() Option {
8585
}
8686
}
8787

88-
var (
89-
ErrNeedsStore = errors.New("exporter needs a Store")
90-
)
88+
var ErrNeedsStore = errors.New("exporter needs a Store")
9189

9290
// New creates a new Exporter.
9391
func New(ctx context.Context, store *metrics.Store, options ...Option) (*Exporter, error) {

0 commit comments

Comments
 (0)