Skip to content

Commit df1e680

Browse files
Fix lint
Signed-off-by: George Robinson <george.robinson@grafana.com>
1 parent fd34d14 commit df1e680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/alert_query.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (a *alertQueryCmd) queryAlerts(ctx context.Context, _ *kingpin.ParseContext
8686
a.matcherGroups[0] = fmt.Sprintf("alertname=%s", strconv.Quote(m))
8787
}
8888
}
89-
89+
9090
// If no selector was passed, default to showing active alerts.
9191
if !a.silenced && !a.inhibited && !a.active && !a.unprocessed {
9292
a.active = true

0 commit comments

Comments
 (0)