Skip to content

Commit 65b0d6d

Browse files
committed
Whitespace trimming
1 parent d757688 commit 65b0d6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/fasterxml/jackson/core/util/TextBuffer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public class TextBuffer
121121
/**********************************************************
122122
*/
123123

124-
public TextBuffer( BufferRecycler allocator) {
124+
public TextBuffer(BufferRecycler allocator) {
125125
_allocator = allocator;
126126
}
127127

@@ -327,7 +327,6 @@ public void resetWithString(String value) throws IOException
327327
clearSegments();
328328
}
329329
_currentSize = 0;
330-
331330
}
332331

333332
/**

0 commit comments

Comments
 (0)