Skip to content

Commit c490180

Browse files
authored
fix linter
1 parent e57c221 commit c490180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/services/grafana.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func (n *GrafanaNotification) GetTemplater(name string, f texttemplate.FuncMap)
2626
if err != nil {
2727
return nil, err
2828
}
29-
29+
3030
return func(notification *Notification, vars map[string]interface{}) error {
3131
if notification.Grafana == nil {
3232
notification.Grafana = &GrafanaNotification{}

pkg/services/grafana_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ func TestGetTemplater_Grafana(t *testing.T) {
8585
}
8686

8787
assert.Equal(t, "TagFoo:Hello|TagBarWorld", notification.Grafana.Tags)
88-
}
88+
}

0 commit comments

Comments
 (0)