Skip to content

Commit

Permalink
[streaming-] Applied format
Browse files Browse the repository at this point in the history
  • Loading branch information
tak30 committed Sep 20, 2023
1 parent 5456b66 commit d16c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/zstd_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ zstd_stream_test() ->
ok = zstd:decompression_stream_init(DStream),
{ok, DBin1} = zstd:stream_decompress(DStream, CompressionBin),
{ok, DBin2} = zstd:stream_decompress(DStream, FlushBin),
?assertEqual(Bin, <<DBin1/binary, DBin2/binary>>).
?assertEqual(Bin, <<DBin1/binary, DBin2/binary>>).

0 comments on commit d16c0a5

Please sign in to comment.