Skip to content

Commit

Permalink
[fix] formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
keyhr committed Jan 2, 2023
1 parent 65d48c8 commit de86f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion c_formatter_42/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main():
"-c",
"--confirm",
action="store_true",
help="Ask confirmation before overwriting any file"
help="Ask confirmation before overwriting any file",
)
arg_parser.add_argument(
"filepaths",
Expand Down
1 change: 1 addition & 0 deletions tests/formatters/test_preprocessor_directive.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def test_preprocessor_directive_nested_10():
"""
assert output == preprocessor_directive(input)


def test_preprocessor_1():
input = """
#include "libft.h"
Expand Down

0 comments on commit de86f3c

Please sign in to comment.