Skip to content

Commit

Permalink
fix lint again
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Jan 14, 2024
1 parent b5f3690 commit bd6bb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ruler/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import (
"context"
"flag"
"fmt"
"github.com/prometheus/client_golang/prometheus"
"net/url"
"regexp"
"strings"
"sync"

gklog "github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/prometheus/client_golang/prometheus"
config_util "github.com/prometheus/common/config"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/config"
Expand Down

0 comments on commit bd6bb2d

Please sign in to comment.