Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Apr 8, 2024
1 parent 96635e9 commit 0d1aab6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -155,7 +155,7 @@ public Decompressor clone() {
private static class ZstdCompressor extends Compressor {

final int level;
// Buffer for copying between the DataInput and native memory. No hard science behind this number, it just tries to be high enough
// Buffer for copying between the DataInput and native memory. No hard science behind this number, it just tries to be high enough
// to benefit from bulk copying and low enough to keep heap usage under control.
final byte[] copyBuffer = new byte[4096];

Expand Down

0 comments on commit 0d1aab6

Please sign in to comment.