Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamsi-Mundra committed May 8, 2024
1 parent ead8d16 commit e7f1ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go-kit/metrics/testmetrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import (
"sync"

hll "github.com/axiomhq/hyperloglog"

"github.com/go-kit/kit/metrics"

xmetrics "github.com/heroku/x/go-kit/metrics"
)

Expand Down
1 change: 1 addition & 0 deletions go-kit/metrics/testmetrics/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"testing"

hll "github.com/axiomhq/hyperloglog"

"github.com/go-kit/kit/metrics"

xmetrics "github.com/heroku/x/go-kit/metrics"
Expand Down

0 comments on commit e7f1ea2

Please sign in to comment.