Skip to content

Commit 28c1d9b

Browse files
Copilotbootjp
andcommitted
fix: gci formatting in proxy_test.go (double space before comment)
Co-authored-by: bootjp <1306365+bootjp@users.noreply.github.com>
1 parent ef0c97b commit 28c1d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxy/proxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func TestShouldReportCooldown(t *testing.T) {
308308
assert.True(t, r.ShouldReport("fp1"))
309309
assert.False(t, r.ShouldReport("fp1")) // within cooldown
310310

311-
now = now.Add(60 * time.Millisecond) // advance past cooldown
311+
now = now.Add(60 * time.Millisecond) // advance past cooldown
312312
assert.True(t, r.ShouldReport("fp1")) // cooldown elapsed
313313
}
314314

0 commit comments

Comments
 (0)