Skip to content

Commit

Permalink
Reformat the code
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Oct 15, 2024
1 parent 92c78af commit 4755ee5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import java.nio.charset.StandardCharsets;

public class FlattenedByteArrayFactory {
private static final ThreadLocal<ByteArrayOutputStream> reusableByteArrayOutputStream = ThreadLocal.withInitial(ByteArrayOutputStream::new);
private static final ThreadLocal<ByteArrayOutputStream> reusableByteArrayOutputStream =
ThreadLocal.withInitial(ByteArrayOutputStream::new);

/**
* Constructs a FlattenedByteArray by concatenating the given byte arrays together.
Expand Down

0 comments on commit 4755ee5

Please sign in to comment.