Skip to content

Commit 145ecc9

Browse files
committed
Remove space
1 parent a6c11fa commit 145ecc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c_src/zstd_nif.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ static ERL_NIF_TERM zstd_nif_flush_compression_stream(ErlNifEnv* env, int argc,
241241
enif_release_binary(&bin);
242242
return enif_make_tuple2(env, zstd_atom_error, zstd_atom_enomem);
243243
}
244-
245244
}
246245
} while (!finished);
247246

0 commit comments

Comments
 (0)