Skip to content

Commit 7e6c0a6

Browse files
committed
Fix indent in ArrayCodec
1 parent ed21311 commit 7e6c0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/jdk/test/lib/format/ArrayCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public void alignBy(ArrayCodec<E> another) {
257257
int delta = another.element.length() - element.length();
258258
if (delta > 0) {
259259
element = Format.paddingForWidth(delta) + element;
260-
}
260+
}
261261
}
262262
}
263263

0 commit comments

Comments
 (0)