Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <[email protected]>
  • Loading branch information
grobinson-grafana committed Sep 12, 2023
1 parent 5576e19 commit c4dc901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matchers/compat/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ package compat
import (
"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/prometheus/alertmanager/featurecontrol"

"github.com/prometheus/alertmanager/featurecontrol"
"github.com/prometheus/alertmanager/matchers/parse"
"github.com/prometheus/alertmanager/pkg/labels"
)
Expand All @@ -28,6 +28,7 @@ var (
)

type matcherParser func(s string) (*labels.Matcher, error)

type matchersParser func(s string) (labels.Matchers, error)

// Matcher parses the matcher in the input string. It returns an error
Expand Down

0 comments on commit c4dc901

Please sign in to comment.