Skip to content

Commit 2481d96

Browse files
committed
[CI] fix possibly undefined variable
1 parent 22f860a commit 2481d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/utils/git/code-format-helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ def hook_main():
482482
args.changed_files.append(line)
483483

484484
failed_fmts = []
485+
comments = []
485486
for fmt in ALL_FORMATTERS:
486487
if fmt.has_tool():
487488
if not fmt.run(args.changed_files, args):

0 commit comments

Comments
 (0)