Skip to content

Commit a2fe965

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ public fun <PropsT, OutputT, RenderingT> renderWorkflowIn(
121121

122122
val dispatcher = if (RuntimeConfigOptions.WORK_STEALING_DISPATCHER in runtimeConfig) {
123123
WorkStealingDispatcher.wrapDispatcherFrom(scope.coroutineContext)
124-
} else null
124+
} else {
125+
null
126+
}
125127

126128
@Suppress("NAME_SHADOWING")
127129
val scope = dispatcher?.let { scope + dispatcher } ?: scope

0 commit comments

Comments
 (0)