Skip to content

Commit 702ada2

Browse files
committed
Spotless
1 parent 3d1bec4 commit 702ada2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/x-content/impl/src/main/java/org/elasticsearch/xcontent/provider/json/ESUTF8StreamJsonParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public ESUTF8StreamJsonParser(
4646
*/
4747
public ESBytesRef getValueAsByteRef() throws IOException {
4848
if (_currToken == JsonToken.VALUE_STRING && _tokenIncomplete) {
49-
if(stringEnd > 0) {
50-
return new ESBytesRef(_inputBuffer, _inputPtr, stringEnd-1);
49+
if (stringEnd > 0) {
50+
return new ESBytesRef(_inputBuffer, _inputPtr, stringEnd - 1);
5151
}
5252
return _finishAndReturnByteRef();
5353
}

0 commit comments

Comments
 (0)