Skip to content

Commit 3fa3909

Browse files
committed
scalafmt
1 parent 17b4443 commit 3fa3909

File tree

1 file changed

+4
-2
lines changed
  • modules/directives/src/main/scala/scala/build/preprocessing/directives

1 file changed

+4
-2
lines changed

modules/directives/src/main/scala/scala/build/preprocessing/directives/Jvm.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ import scala.cli.commands.SpecificationLevel
1414
"//> using jvm _value_",
1515
"`//> using jvm` _value_"
1616
)
17-
@DirectiveDescription("Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. " +
18-
"scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs.")
17+
@DirectiveDescription(
18+
"Use a specific JVM, such as `14`, `adopt:11`, or `graalvm:21`, or `system`. " +
19+
"scala-cli uses [coursier](https://get-coursier.io/) to fetch JVMs, so you can use `cs java --available` to list the available JVMs."
20+
)
1921
@DirectiveLevel(SpecificationLevel.SHOULD)
2022
// format: off
2123
final case class Jvm(

0 commit comments

Comments
 (0)