Skip to content

Commit fbbea57

Browse files
committed
format
1 parent 37a80d4 commit fbbea57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/utils/generate-test-checks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,9 @@ def main():
397397
output_line += " " * len(ssa_split[0])
398398

399399
# Process the rest of the line.
400-
output_line += process_line([argument], variable_namer, strict_name_re=True)
400+
output_line += process_line(
401+
[argument], variable_namer, strict_name_re=True
402+
)
401403

402404
# Append the output line.
403405
output_segments[-1].append(output_line)

0 commit comments

Comments
 (0)