Skip to content

Commit aee2765

Browse files
author
Luca
committed
Remove Line 102:14: W291 trailing whitespace for pep8speaks
1 parent c2352b4 commit aee2765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/lammps/lammps_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, scale, variant):
9999
if self.current_system.name in ['eiger', 'pilatus']:
100100
self.executable = 'lmp_mpi'
101101
self.executable_opts = ['-in in.lj.cpu']
102-
else:
102+
else:
103103
self.executable = 'lmp_omp'
104104
self.executable_opts = ['-sf omp', '-pk omp 1', '-in in.lj.cpu']
105105

0 commit comments

Comments
 (0)