Skip to content

Commit fecbcfc

Browse files
committed
Apply spotless
1 parent a26abcb commit fecbcfc

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

organization/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Copyright (c) Cosmo Tech.
22
// Licensed under the MIT license.
33

4-
dependencies {
5-
implementation(projects.cosmotechUserApi)
6-
}
4+
dependencies { implementation(projects.cosmotechUserApi) }

solution/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Copyright (c) Cosmo Tech.
22
// Licensed under the MIT license.
33

4-
dependencies {
5-
implementation("org.apache.commons:commons-compress:1.21")
6-
}
4+
dependencies { implementation("org.apache.commons:commons-compress:1.21") }

user/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
// Copyright (c) Cosmo Tech.
22
// Licensed under the MIT license.
3-

0 commit comments

Comments
 (0)