Skip to content

Commit b9baef2

Browse files
committed
Format settings.gradle.kts by combining include arguments into a single line
1 parent 7cb9449 commit b9baef2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

settings.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ pluginManagement {
1515
rootProject.name = "cosmotech-api-parent"
1616

1717
include(
18-
"api",
19-
"organization",
20-
"solution",
21-
"workspace",
22-
"dataset",
23-
"runner",
24-
"run",
25-
"meta",
26-
"metrics")
18+
"api", "organization", "solution", "workspace", "dataset", "runner", "run", "meta", "metrics")
2719

2820
project(":api").name = "cosmotech-api"
2921

0 commit comments

Comments
 (0)