Skip to content

Commit b372fc0

Browse files
author
Luca
committed
Address pep8speaks Line 121:1: W293 blank line contains whitespace
1 parent 661fd16 commit b372fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/quantumespresso/quantumespresso_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def __init__(self, scale, variant):
118118
@rfm.run_before('run')
119119
def set_task_distribution(self):
120120
self.job.options = ['--distribution=block:block']
121-
121+
122122
@rfm.run_before('run')
123123
def set_cpu_binding(self):
124124
self.job.launcher.options = ['--cpu-bind=cores']

0 commit comments

Comments
 (0)