Skip to content

Commit

Permalink
Apply changes from ktLintFormat
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
RBusarow authored and github-actions[bot] committed Nov 7, 2024
1 parent 7fb5f55 commit b08380c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,14 @@ public fun <RenderingT> Workflow.Companion.rendering(
rendering: RenderingT
): Workflow<Unit, Nothing, RenderingT> = stateless { rendering }


@Deprecated(
"Always provide a debugging name",
ReplaceWith("action(\"TODO: debugging name\", update)")
)
public fun <PropsT, OutputT, RenderingT>
StatelessWorkflow<PropsT, OutputT, RenderingT>.action(
update: WorkflowAction<PropsT, *, OutputT>.Updater.() -> Unit
): WorkflowAction<PropsT, Nothing, OutputT> = action("", update)
update: WorkflowAction<PropsT, *, OutputT>.Updater.() -> Unit
): WorkflowAction<PropsT, Nothing, OutputT> = action("", update)

/**
* Convenience to create a [WorkflowAction] with parameter types matching those
Expand Down

0 comments on commit b08380c

Please sign in to comment.