Skip to content

Commit

Permalink
Add trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Jan 30, 2025
1 parent 4590fe3 commit 714a22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracecat/workflow/actions/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def get_action(
reg_action = await ra_service.load_action_impl(action.type)
# We want to construct a YAML string that contains the defaults
prefilled_inputs = "\n".join(
f"{field}:"
f"{field}: "
for field, field_info in reg_action.args_cls.model_fields.items()
if field_info.default is PydanticUndefined
)
Expand Down

0 comments on commit 714a22a

Please sign in to comment.