Skip to content

Commit bce3c94

Browse files
elasticsearchmachinejulian-elastic
authored andcommitted
[CI] Auto commit changes from spotless
1 parent d0ff62f commit bce3c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/query/AutomatonQueryBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static class AutomatonQueryWithDescription extends AutomatonQuery {
9393

9494
@Override
9595
public String toString(String field) {
96-
if(description.isEmpty()) {
96+
if (description.isEmpty()) {
9797
return super.toString(field);
9898
}
9999
return description;

0 commit comments

Comments
 (0)