Skip to content

Commit 67220ee

Browse files
appease maf's eyesight
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 2aa28fb commit 67220ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compress_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ func TestCompressionDictionaryPreserved(t *testing.T) {
300300
assert.Success(t, <-writeDone2)
301301
}
302302

303-
// With context takeover, the 2nd and 3rd messages should be smaller
304-
// than without context takeover (dictionary helps compress repeated patterns).
303+
// With context takeover, the 2nd and 3rd messages should be smaller than
304+
// without context takeover (dictionary helps compress repeated patterns).
305305
// The first message will be similar size for both modes since there's no
306306
// prior dictionary. But subsequent messages benefit from context takeover.
307307
if withTakeoverSizes[2] >= withoutTakeoverSizes[2] {

0 commit comments

Comments
 (0)