Skip to content

Commit 5528d91

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 9a11110 commit 5528d91

File tree

1 file changed

+3
-3
lines changed
  • workflow-testing/src/main/java/com/squareup/workflow1/testing

1 file changed

+3
-3
lines changed

workflow-testing/src/main/java/com/squareup/workflow1/testing/RenderTester.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ public fun <PropsT, OutputT, RenderingT> SessionWorkflow<PropsT, *, OutputT, Ren
6767
*/
6868
public fun <PropsT, StateT, OutputT, RenderingT>
6969
StatefulWorkflow<PropsT, StateT, OutputT, RenderingT>.testRender(
70-
props: PropsT,
71-
initialState: StateT
72-
): RenderTester<PropsT, StateT, OutputT, RenderingT> =
70+
props: PropsT,
71+
initialState: StateT
72+
): RenderTester<PropsT, StateT, OutputT, RenderingT> =
7373
RealRenderTester(
7474
workflow = this,
7575
props = props,

0 commit comments

Comments
 (0)