Skip to content

Commit 97943f0

Browse files
committed
fix: remove trailing whitespace from ai_self_heal.py
1 parent 555d18c commit 97943f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

optics_framework/common/ai_self_heal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _execute_single_step(
226226

227227
if done:
228228
return HealResult(True, action=action, message=action.reason or "Healed.")
229-
229+
230230
return None
231231

232232
def heal(

0 commit comments

Comments
 (0)