Skip to content

Commit f4ddb12

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 350cc3a commit f4ddb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/ValidationException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final List<String> validationErrors() {
5454
}
5555

5656
public final void throwIfValidationErrorsExist() {
57-
if(validationErrors().isEmpty() == false) {
57+
if (validationErrors().isEmpty() == false) {
5858
throw this;
5959
}
6060
}

0 commit comments

Comments
 (0)