Skip to content

Commit 25da5f2

Browse files
committed
removed whitespace
1 parent b8c1c5f commit 25da5f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atest/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def execute_tests(interpreter, browser, rf_options, grid, event_firing, port):
214214
runner.append("SKIP_ON_MAC")
215215
if platform.system() == "Windows":
216216
runner.append("--exclude")
217-
runner.append("SKIP_ON_WINDOWS")
217+
runner.append("SKIP_ON_WINDOWS")
218218
options.extend([opt.format(browser=browser) for opt in ROBOT_OPTIONS])
219219
if rf_options:
220220
options += rf_options

0 commit comments

Comments
 (0)