Skip to content

Commit 4e1b998

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 7dcf81b commit 4e1b998

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/TransportVersionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public enum IdComponents {
116116

117117
IdComponents(int value, int numDigits) {
118118
this.value = value;
119-
this.max = (int) Math.pow(10, numDigits-1);
119+
this.max = (int) Math.pow(10, numDigits - 1);
120120
}
121121
}
122122

0 commit comments

Comments
 (0)