Skip to content

Commit 2682875

Browse files
committed
Run spotlessApply to fix formatting
1 parent be9a980 commit 2682875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smithy-utils/src/main/java/software/amazon/smithy/utils/AbstractCodeWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ public String toString() {
796796
String key = deferredPlaceholders.get(i);
797797
int fromIndex = 0;
798798
while ((fromIndex = result.indexOf(key, fromIndex)) != -1) {
799-
positions.add(new int[]{fromIndex, i, key.length()});
799+
positions.add(new int[] {fromIndex, i, key.length()});
800800
fromIndex += key.length();
801801
}
802802
}

0 commit comments

Comments
 (0)