Skip to content

Commit 4c97652

Browse files
committed
Run formatter.
1 parent 0ece7fe commit 4c97652

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ import com.mongodb.client.MongoDatabase
55

66
@ChangeLog(order = "079")
77
class KtlintMigrations {
8-
@ChangeSet(order = "001", id = "001_add_ktlint_candidate", author = "eygraber")
8+
@ChangeSet(
9+
order = "001",
10+
id = "001_add_ktlint_candidate",
11+
author = "eygraber"
12+
)
913
def migration001(implicit db: MongoDatabase) =
1014
Candidate(
1115
candidate = "ktlint",
1216
name = "ktlint",
13-
description = "Ktlint is an anti-bikeshedding Kotlin linter with built-in formatter.",
17+
description =
18+
"Ktlint is an anti-bikeshedding Kotlin linter with built-in formatter.",
1419
websiteUrl = "https://github.com/pinterest/ktlint"
1520
).insert()
1621
}

0 commit comments

Comments
 (0)