Skip to content

Commit cb1c7b4

Browse files
committed
Format black
1 parent 408ede1 commit cb1c7b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pylammpsmpi/wrapper/ase.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ def __init__(
4646
)
4747
else:
4848
self._interactive_library = LammpsBase(
49-
cores=self._cores, working_directory=working_directory, use_srun=use_srun,
49+
cores=self._cores,
50+
working_directory=working_directory,
51+
use_srun=use_srun,
5052
)
5153

5254
def interactive_lib_command(self, command):

0 commit comments

Comments
 (0)