Skip to content

Commit bd0853c

Browse files
authored
Missed whitespace ...
1 parent 11ff3ff commit bd0853c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/ir/location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def testFileLineCol():
5757
# CHECK: file range str: loc("foo.txt":123:56 to :100)
5858
print("file range str:", str(range))
5959
# CHECK: file range repr: loc("foo.txt":123:56 to :100)
60-
print("file range repr:", repr(range))
60+
print("file range repr:", repr(range))
6161

6262

6363
run(testFileLineCol)

0 commit comments

Comments
 (0)