Skip to content

Commit 4f14d12

Browse files
Apply changes from ktLintFormat
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3f6a963 commit 4f14d12

File tree

1 file changed

+4
-2
lines changed
  • workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal

1 file changed

+4
-2
lines changed

workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/WorkflowNode.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,10 @@ internal class WorkflowNode<PropsT, StateT, OutputT, RenderingT>(
237237
fun cancel(cause: CancellationException? = null) {
238238
coroutineContext.cancel(cause)
239239
lastRendering = NullableInitBox()
240-
(cachedWorkflowInstance as?
241-
StatelessWorkflow<PropsT, OutputT, RenderingT>.StatelessAsStatefulWorkflow)?.clearCache()
240+
(
241+
cachedWorkflowInstance as?
242+
StatelessWorkflow<PropsT, OutputT, RenderingT>.StatelessAsStatefulWorkflow
243+
)?.clearCache()
242244
}
243245

244246
/**

0 commit comments

Comments
 (0)