Skip to content

Commit 5ee05b8

Browse files
committed
random lint
1 parent f090196 commit 5ee05b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/prometheusmetrics/prometheusmetrics_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ import (
1111
"testing"
1212
"time"
1313

14+
"github.com/coder/coder/v2/cryptorand"
1415
"github.com/google/uuid"
1516
"github.com/prometheus/client_golang/prometheus"
1617
"github.com/stretchr/testify/assert"
1718
"github.com/stretchr/testify/require"
1819
"tailscale.com/tailcfg"
1920

20-
"github.com/coder/coder/v2/cryptorand"
21-
2221
"cdr.dev/slog"
2322
"cdr.dev/slog/sloggers/slogtest"
2423

0 commit comments

Comments
 (0)