Skip to content

Commit 931d008

Browse files
committed
chore: remove spaces
1 parent a11fe7d commit 931d008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/zstd-ruby-streaming-compress_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
res = stream.compress("abc")
4040
res << stream.flush
4141
res << stream.compress("def")
42-
res << stream.finish
43-
expect(Zstd.decompress(res)).to eq('abcdef')
42+
res << stream.finish
43+
expect(Zstd.decompress(res)).to eq('abcdef')
4444
end
4545
end
4646

0 commit comments

Comments
 (0)