Skip to content

Commit 4c94600

Browse files
[autofix.ci] apply automated fixes
1 parent 3d47776 commit 4c94600

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example/kotlinlib/web/8-todo-spring-boot/integration/src/com/example/TodomvcIntegrationTests.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ class TodomvcIntegrationTests {
3434
withPassword("test")
3535
start()
3636
}
37-
} else null
37+
} else {
38+
null
39+
}
3840

3941
@JvmStatic
4042
@DynamicPropertySource

0 commit comments

Comments
 (0)