Skip to content

Commit dd211f1

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 76c8eca commit dd211f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void validateTransportVersions() throws IOException {
107107
// now load all definitions, do some validation and record them by various keys for later quick lookup
108108
// NOTE: this must run after loading referenced names and existing definitions
109109
// NOTE: this is sorted so that the order of cross validation is deterministic
110-
for (String subDir: List.of("initial", "named")) {
110+
for (String subDir : List.of("initial", "named")) {
111111
try (var definitionsStream = Files.list(definitionsDir.resolve(subDir)).sorted()) {
112112
for (var definitionFile : definitionsStream.toList()) {
113113
recordAndValidateDefinition(readDefinitionFile(definitionFile));

0 commit comments

Comments
 (0)