Skip to content

Commit bd6bb2d

Browse files
committed
fix lint again
Signed-off-by: Ben Ye <benye@amazon.com>
1 parent b5f3690 commit bd6bb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ruler/notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ import (
44
"context"
55
"flag"
66
"fmt"
7-
"github.com/prometheus/client_golang/prometheus"
87
"net/url"
98
"regexp"
109
"strings"
1110
"sync"
1211

1312
gklog "github.com/go-kit/log"
1413
"github.com/go-kit/log/level"
14+
"github.com/prometheus/client_golang/prometheus"
1515
config_util "github.com/prometheus/common/config"
1616
"github.com/prometheus/common/model"
1717
"github.com/prometheus/prometheus/config"

0 commit comments

Comments
 (0)