Skip to content

Commit f1e0f2f

Browse files
committed
Run scalafmt.
1 parent 206a9ad commit f1e0f2f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/main/scala/io/sdkman/changelogs/DetektMigrations.scala

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ import com.mongodb.client.MongoDatabase
66
@ChangeLog(order = "079")
77
class DetektMigrations {
88

9-
@ChangeSet(order = "001", id = "001_add_detect_3_2_4", author = "helpermethod")
9+
@ChangeSet(
10+
order = "001",
11+
id = "001_add_detect_3_2_4",
12+
author = "helpermethod"
13+
)
1014
def migration001(implicit db: MongoDatabase): Version = {
1115
Candidate(
1216
candidate = "detekt",
@@ -20,7 +24,8 @@ class DetektMigrations {
2024
Version(
2125
candidate = "detekt",
2226
version = "1.22.0",
23-
url = "https://github.com/detekt/detekt/releases/download/v1.22.0/detekt-cli-1.22.0.zip"
27+
url =
28+
"https://github.com/detekt/detekt/releases/download/v1.22.0/detekt-cli-1.22.0.zip"
2429
).insert()
2530
}
2631
}

0 commit comments

Comments
 (0)