Skip to content

Commit 052abb7

Browse files
committed
indent other two lines
1 parent 3c92a2e commit 052abb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

temporalio/workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,8 +1362,8 @@ def process(
13621362
extra.setdefault("temporal_workflow", {}).update(update_details)
13631363

13641364
kwargs["extra"] = {**extra, **(kwargs.get("extra") or {})}
1365-
if msg_extra:
1366-
msg = f"{msg} ({msg_extra})"
1365+
if msg_extra:
1366+
msg = f"{msg} ({msg_extra})"
13671367
return (msg, kwargs)
13681368

13691369
def isEnabledFor(self, level: int) -> bool:

0 commit comments

Comments
 (0)