Skip to content

Commit

Permalink
Whitespace trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 20, 2024
1 parent d757688 commit 65b0d6d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class TextBuffer
/**********************************************************
*/

public TextBuffer( BufferRecycler allocator) {
public TextBuffer(BufferRecycler allocator) {
_allocator = allocator;
}

Expand Down Expand Up @@ -327,7 +327,6 @@ public void resetWithString(String value) throws IOException
clearSegments();
}
_currentSize = 0;

}

/**
Expand Down

0 comments on commit 65b0d6d

Please sign in to comment.