Skip to content

Commit f43e7de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import kotlin.jvm.JvmOverloads
2222
*
2323
* val actionA = action {
2424
* }
25-
*
25+
*
2626
* val actionB = action {
2727
* val (newState, outputApplied) = actionA.applyTo(props, state)
2828
* state = newState

0 commit comments

Comments
 (0)