Skip to content

Commit 93c384f

Browse files
committed
Scalafmt.
1 parent 7942021 commit 93c384f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class BldMigration {
1414
Candidate(
1515
candidate = "bld",
1616
name = "Bld",
17-
description = "bld is a build system that allows you to write your build logic in pure Java. bld was created because we're not really interested in build tools. We use them because we have to, but we'd rather just get on with coding the real stuff.",
17+
description =
18+
"bld is a build system that allows you to write your build logic in pure Java. bld was created because we're not really interested in build tools. We use them because we have to, but we'd rather just get on with coding the real stuff.",
1819
websiteUrl = "https://rife2.com/bld",
1920
distribution = "UNIVERSAL"
2021
).insert()

0 commit comments

Comments
 (0)