Skip to content

Commit

Permalink
#566: fixed whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Dec 16, 2024
1 parent 8410ca7 commit 78c1273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbaf/Execution/lbsRuntime.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ def execute(self, p_id: int, phase_increment: int=0, lb_iterations=False):
self.__algorithm.get_lb_iterations() if lb_iterations else [])

# Return rebalanced phase
return lbp
return lbp

0 comments on commit 78c1273

Please sign in to comment.