Skip to content

Commit b08380c

Browse files
RBusarowgithub-actions[bot]
authored andcommitted
Apply changes from ktLintFormat
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fb5f55 commit b08380c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

workflow-core/src/commonMain/kotlin/com/squareup/workflow1/StatelessWorkflow.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,14 @@ public fun <RenderingT> Workflow.Companion.rendering(
113113
rendering: RenderingT
114114
): Workflow<Unit, Nothing, RenderingT> = stateless { rendering }
115115

116-
117116
@Deprecated(
118117
"Always provide a debugging name",
119118
ReplaceWith("action(\"TODO: debugging name\", update)")
120119
)
121120
public fun <PropsT, OutputT, RenderingT>
122121
StatelessWorkflow<PropsT, OutputT, RenderingT>.action(
123-
update: WorkflowAction<PropsT, *, OutputT>.Updater.() -> Unit
124-
): WorkflowAction<PropsT, Nothing, OutputT> = action("", update)
122+
update: WorkflowAction<PropsT, *, OutputT>.Updater.() -> Unit
123+
): WorkflowAction<PropsT, Nothing, OutputT> = action("", update)
125124

126125
/**
127126
* Convenience to create a [WorkflowAction] with parameter types matching those

0 commit comments

Comments
 (0)