Skip to content

Commit 2fd43d8

Browse files
committed
Eclipse formatting.
1 parent 1f02895 commit 2fd43d8

File tree

1 file changed

+2
-2
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/str

1 file changed

+2
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/str/StringBuiltins.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,8 +1554,8 @@ public String doString(String self, long width) {
15541554
}
15551555

15561556
@Specialization
1557-
public String doString(String self, PInt width,
1558-
@Cached("create()") CastToIndexNode toIndexNode) {
1557+
public String doString(String self, PInt width,
1558+
@Cached("create()") CastToIndexNode toIndexNode) {
15591559
return zfill(self, toIndexNode.execute(width));
15601560
}
15611561

0 commit comments

Comments
 (0)