Skip to content

Commit a6a4c18

Browse files
committed
Fix indent
1 parent 408af7d commit a6a4c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ring_of_CPUs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, sim_content, N_pieces_per_transfer=1, force_serial = False, c
8383
self.comm.Barrier() # wait that all are done with the init
8484

8585

86-
def init_sim_objects(self):
86+
def init_sim_objects(self):
8787

8888
self.sim_content.init_all()
8989
if self.I_am_the_master:

0 commit comments

Comments
 (0)