Skip to content

Commit dc6c3ea

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 383c80d commit dc6c3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/unit/ByteSizeValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static String format2Decimals(long numerator, long denominator) {
234234

235235
private static final DecimalFormat MAX_TWO_DECIMALS = maxTwoDecimalsFormat();
236236

237-
@SuppressForbidden(reason="We truly just want two decimals; Locale settings don't matter here")
237+
@SuppressForbidden(reason = "We truly just want two decimals; Locale settings don't matter here")
238238
private static DecimalFormat maxTwoDecimalsFormat() {
239239
return new DecimalFormat(".##");
240240
}

0 commit comments

Comments
 (0)