Skip to content

Commit f9eff85

Browse files
committed
Remove trailing whitespaces
1 parent 63af120 commit f9eff85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

analyzer/tests/functional/skip/test_skip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_skip_directory(self):
195195
mode='w',
196196
suffix="skipfile",
197197
encoding='utf-8') as skip_file:
198-
198+
199199
# Skip the `skipme` folder, leaving out the '*'
200200
skip_file.write('\n'.join([
201201
'-*skipme/',
@@ -213,7 +213,7 @@ def test_skip_directory(self):
213213
mode='w',
214214
suffix="skipfile",
215215
encoding='utf-8') as skip_file:
216-
216+
217217
# Skip the `skipme` folder, without any indication that its a folder
218218
skip_file.write('\n'.join([
219219
'-*skipme',
@@ -440,7 +440,7 @@ def check_parse_out(out):
440440

441441
# Do the CodeChecker Analyze with --file
442442
# We also need to set cwd to test_workspace
443-
out, _ = self.__analyze("simple",
443+
out, _ = self.__analyze("simple",
444444
build_json,
445445
["--clean",
446446
"--file",

0 commit comments

Comments
 (0)