Skip to content

Commit a13711c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 32503fa commit a13711c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/transport/ValidateTransportVersionDefinitionsTask.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,9 @@ private void cleanupAndValidateBase(int base, List<IdAndDefinition> ids) {
299299
IdAndDefinition next = ids.get(ndx);
300300
// note that next and previous are reversed here because we are iterating in reverse order
301301
if (previous.id().complete() - 1 != next.id().complete()) {
302-
throw new IllegalStateException("Transport version base id " + base +
303-
" is missing patch ids between " + next.id() + " and " + previous.id());
302+
throw new IllegalStateException(
303+
"Transport version base id " + base + " is missing patch ids between " + next.id() + " and " + previous.id()
304+
);
304305
}
305306
}
306307
}

0 commit comments

Comments
 (0)