Skip to content

Commit

Permalink
Re-order imports
Browse files Browse the repository at this point in the history
Signed-off-by: gotjosh <[email protected]>
  • Loading branch information
gotjosh committed Mar 7, 2023
1 parent c2e081a commit c1b2dbe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nflog/nflog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ import (
"testing"
"time"

"github.com/prometheus/client_golang/prometheus/testutil"
"go.uber.org/atomic"

pb "github.com/prometheus/alertmanager/nflog/nflogpb"

"github.com/benbjohnson/clock"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/require"
"go.uber.org/atomic"
)

func TestLogGC(t *testing.T) {
Expand Down

0 comments on commit c1b2dbe

Please sign in to comment.