Skip to content

Commit 0e7968c

Browse files
committed
Restore formatting
1 parent 7ed2029 commit 0e7968c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

android/settings.gradle.kts

+7-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@ include(
2828
":lib:tv",
2929
":lib:ui:component",
3030
)
31-
32-
include(":test", ":test:arch", ":test:common", ":test:e2e", ":test:mockapi")
31+
include(
32+
":test",
33+
":test:arch",
34+
":test:common",
35+
":test:e2e",
36+
":test:mockapi"
37+
)

0 commit comments

Comments
 (0)