Skip to content

Commit c1fcdb7

Browse files
stratikamarc0der
authored andcommitted
fix: scalafmt
1 parent 84de104 commit c1fcdb7

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ import io.sdkman.db.MongoConnector
77
@ChangeLog(order = "050")
88
class TornadoVMMigrations {
99

10-
@ChangeSet(order = "001", id = "001_add_tornadovm_candidate", author = "stratika")
11-
def migration001(implicit db: MongoDatabase) = {
12-
Candidate(
13-
candidate = "tornadovm",
14-
name = "TornadoVM",
15-
description = "TornadoVM is a plug-in to OpenJDK and GraalVM that allows Java programmers to automatically run on heterogeneous hardware (GPUs, FPGAs, multi-core CPUs).",
16-
websiteUrl = "https://www.tornadovm.org/"
17-
distribution = "PLATFORM_SPECIFIC"
18-
).insert()
19-
}
10+
@ChangeSet(
11+
order = "001",
12+
id = "001_add_tornadovm_candidate",
13+
author = "stratika"
14+
)
15+
def migration001(implicit db: MongoDatabase) = {
16+
Candidate(
17+
candidate = "tornadovm",
18+
name = "TornadoVM",
19+
description =
20+
"TornadoVM is a plug-in to OpenJDK and GraalVM that allows Java programmers to automatically run on heterogeneous hardware (GPUs, FPGAs, multi-core CPUs).",
21+
websiteUrl = "https://www.tornadovm.org/" distribution =
22+
"PLATFORM_SPECIFIC"
23+
).insert()
24+
}
2025
}

0 commit comments

Comments
 (0)