Skip to content

Commit 04c6d4c

Browse files
Fix lint
Signed-off-by: George Robinson <george.robinson@grafana.com>
1 parent 80d37e4 commit 04c6d4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/with_api_v2/acceptance/silence_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ package test
1515

1616
import (
1717
"fmt"
18-
"github.com/go-openapi/strfmt"
19-
"github.com/prometheus/alertmanager/api/v2/client/silence"
20-
"github.com/prometheus/alertmanager/api/v2/models"
21-
"github.com/stretchr/testify/require"
2218
"strings"
2319
"testing"
2420
"time"
2521

22+
"github.com/go-openapi/strfmt"
23+
"github.com/stretchr/testify/require"
24+
25+
"github.com/prometheus/alertmanager/api/v2/client/silence"
26+
"github.com/prometheus/alertmanager/api/v2/models"
2627
. "github.com/prometheus/alertmanager/test/with_api_v2"
2728
)
2829

0 commit comments

Comments
 (0)