Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Mar 26, 2024
1 parent a9ee589 commit 19b271b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opts.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package promqlsmith

import (
"github.com/prometheus/prometheus/model/labels"
"time"

"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/promql/parser"
"golang.org/x/exp/slices"
)
Expand Down
9 changes: 5 additions & 4 deletions walk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package promqlsmith

import (
"fmt"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/promql/parser"
"github.com/prometheus/prometheus/storage"
"golang.org/x/exp/slices"
"math/rand"
"sort"
"strings"
"time"

"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/promql/parser"
"github.com/prometheus/prometheus/storage"
"golang.org/x/exp/slices"
)

const (
Expand Down

0 comments on commit 19b271b

Please sign in to comment.