Skip to content

Commit e9dbf82

Browse files
authored
remove blank line
1 parent 5c3cc08 commit e9dbf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/durable_functions/models/TaskOrchestrationExecutor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def get_orchestrator_state_str(self) -> str:
285285
except Exception as e:
286286
self.output = None
287287
self.exception = e
288-
288+
289289
state = OrchestratorState(
290290
is_done=self.orchestration_invocation_succeeded,
291291
actions=self.context._actions,

0 commit comments

Comments
 (0)