Skip to content

Commit 7e9a60f

Browse files
committed
gofmt diskqueue_test.go (one comment indent)
1 parent 471e89b commit 7e9a60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diskqueue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func TestDiskQueueCorruption(t *testing.T) {
262262
// give diskqueue time to handle read error
263263
time.Sleep(50 * time.Millisecond)
264264

265-
// the last log file is now considered corrupted leaving no more log messages
265+
// the last log file is now considered corrupted leaving no more log messages
266266
Equal(t, int64(0), dq.Depth())
267267
}
268268

0 commit comments

Comments
 (0)