diff --git a/pkg/services/ngalert/ngalert.go b/pkg/services/ngalert/ngalert.go index 3898ddd0213..2c5d4fcfb07 100644 --- a/pkg/services/ngalert/ngalert.go +++ b/pkg/services/ngalert/ngalert.go @@ -8,7 +8,7 @@ import ( "github.com/benbjohnson/clock" "github.com/grafana/alerting/lokiclient" - notificationhistorian "github.com/grafana/alerting/notificationhistorian" + "github.com/grafana/alerting/notificationhistorian" "github.com/grafana/alerting/notify/nfstatus" "github.com/grafana/grafana/pkg/services/ngalert/lokiconfig" "github.com/prometheus/alertmanager/featurecontrol"