Skip to content

Commit 2558e04

Browse files
committed
Correcting wrong merge.
1 parent c7b4631 commit 2558e04

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,9 @@ private static String zfill(String self, int width) {
15971597

15981598
public static ZFillNode create() {
15991599
return StringBuiltinsFactory.ZFillNodeFactory.create();
1600+
}
1601+
}
1602+
16001603
@Builtin(name = "title", fixedNumOfPositionalArgs = 1)
16011604
@GenerateNodeFactory
16021605
@TypeSystemReference(PythonArithmeticTypes.class)

0 commit comments

Comments
 (0)