Skip to content

Commit 79f97b6

Browse files
committed
Make formatter happy
1 parent 5f9b9fc commit 79f97b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/UpdateTestChecks/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ def escape_braces(match_obj):
19101910
if ignore_all_comments:
19111911
# Ignore any comments, since the check lines will too.
19121912
scrubbed_line = SCRUB_IR_COMMENT_RE.sub(r"", line)
1913-
else:
1913+
else:
19141914
# Ignore comments of predecessors only.
19151915
scrubbed_line = SCRUB_PRED_COMMENT_RE.sub(r"", line)
19161916
# Ignore the metadata details if check global is none

0 commit comments

Comments
 (0)