Skip to content

Commit

Permalink
Final fix on error linting
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
  • Loading branch information
pedro-stanaka committed Sep 20, 2022
1 parent 3488b5b commit a296efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/tsdb_test.go
Expand Up @@ -6,13 +6,13 @@ package store
import (
"context"
"fmt"
"github.com/cespare/xxhash"
"io"
"math"
"math/rand"
"sort"
"testing"

"github.com/cespare/xxhash"
"github.com/go-kit/log"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/storage"
Expand Down

0 comments on commit a296efe

Please sign in to comment.