Skip to content

Commit 48b1b3b

Browse files
committed
fmt
1 parent 938bdda commit 48b1b3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

coderd/jwtutils/jwt_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,7 @@ func TestJWS(t *testing.T) {
196196
t.Run("WrongSignatureAlgorithm", func(t *testing.T) {
197197
t.Parallel()
198198

199-
var (
200-
ctx = testutil.Context(t, testutil.WaitShort)
201-
)
199+
ctx := testutil.Context(t, testutil.WaitShort)
202200

203201
key := newKey(t, 64)
204202

0 commit comments

Comments
 (0)