Skip to content

Commit d8b0980

Browse files
committed
add newline
1 parent 6ca48ee commit d8b0980

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/cli/more-projects_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ def test_project_file_nested(tmp_path):
898898

899899
assert_cppcheck(args, ec_exp=1, err_exp=[], out_exp=out_lines)
900900

901+
901902
def test_project_file_no_analyze_all_vs_configs(tmp_path):
902903
test_file = tmp_path / 'test.c'
903904
with open(test_file, 'wt'):

0 commit comments

Comments
 (0)