Skip to content

Commit c0249b9

Browse files
committed
Fix code formatting.
1 parent 3beb5e5 commit c0249b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ class MavenMigration {
1616
.asCandidateDefault()
1717
}
1818

19-
@ChangeSet(order = "009", id = "009-add_maven_4.0.0-alpha-1", author = "helpermethod")
19+
@ChangeSet(
20+
order = "009",
21+
id = "009-add_maven_4.0.0-alpha-1",
22+
author = "helpermethod"
23+
)
2024
def migration009(implicit db: MongoDatabase) = {
2125
Version(
2226
"maven",

0 commit comments

Comments
 (0)