Skip to content

Commit 39029f7

Browse files
committed
green_mode_core.py: Fix unnecessary new line
unnecessary new line is removed
1 parent b05a839 commit 39029f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coala_quickstart/green_mode/green_mode_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def green_mode(project_dir: str, ignore_globs, bears, bear_settings_obj,
5050
The maximum number of values to run the bear again and again for
5151
a optional setting.
5252
"""
53-
5453
ignore_globs.append(os.path.join(project_dir, '.git', '**'))
5554
project_data = project_dir + os.sep + PROJECT_DATA
5655

0 commit comments

Comments
 (0)