Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7418779

Browse files
committed
fmt
1 parent 7acbaf0 commit 7418779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/prometheusmetrics/prometheusmetrics_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ package prometheusmetrics_test
33
import (
44
"context"
55
"database/sql"
6+
"sync/atomic"
67
"testing"
78
"time"
89

9-
"sync/atomic"
10-
1110
"github.com/google/uuid"
1211
"github.com/prometheus/client_golang/prometheus"
1312
"github.com/stretchr/testify/assert"

0 commit comments

Comments
 (0)