Skip to content

Commit 7d6eea7

Browse files
Add new line at the end of file #107898
1 parent cd67627 commit 7d6eea7

File tree

1 file changed

+2
-1
lines changed
  • llvm/utils/mlgo-utils/mlgo/corpus

1 file changed

+2
-1
lines changed

llvm/utils/mlgo-utils/mlgo/corpus/flags.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ def add_verbosity_arguments(parser: ArgumentParser) -> None:
1818
default="INFO",
1919
nargs="?",
2020
choices=["DEBUG", "INFO", "WARNING", "ERROR"],
21-
)
21+
)
22+

0 commit comments

Comments
 (0)