Skip to content

Commit 8064845

Browse files
committed
fix ir whitespace
1 parent 029b657 commit 8064845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-str.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ def test(x: str) -> str:
619619
[out]
620620
def test(x):
621621
x, r0, r1, r2, r3 :: str
622-
623622
L0:
624623
r0 = 'abc1233.14True'
625624
r1 = 'True3.14123abc'
626625
r2 = 'abc1233.14True'
627626
r3 = CPyStr_Build(6, r0, x, r1, x, r2, x)
628627
return r3
628+

0 commit comments

Comments
 (0)