Skip to content

Commit 9e7de24

Browse files
committed
syntax modification
1 parent 0432686 commit 9e7de24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ometa/runtime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def joinErrors(errors):
131131
"""
132132
if len(errors) == 1:
133133
return errors[0]
134+
134135
highestPos = -1
135136
results = set()
136137
trail = None

0 commit comments

Comments
 (0)