Skip to content

Commit 6f4fafc

Browse files
committed
Remove whitespace
1 parent 0d4d47b commit 6f4fafc

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
exception_str = None
290290
if self.exception is not None:
291291
exception_str = str(self.exception)

0 commit comments

Comments
 (0)