Skip to content

Commit d0b6c28

Browse files
committed
Fix whitespace
1 parent a550498 commit d0b6c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/elasticsearch/action/DocWriteResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ protected static void parseInnerToXContent(XContentParser parser, Builder contex
351351
context.setSeqNo(parser.longValue());
352352
} else if (_PRIMARY_TERM.equals(currentFieldName)) {
353353
context.setPrimaryTerm(parser.longValue());
354-
} else{
354+
} else {
355355
throwUnknownField(currentFieldName, parser.getTokenLocation());
356356
}
357357
} else if (token == XContentParser.Token.START_OBJECT) {

0 commit comments

Comments
 (0)