Skip to content

Commit b2ce3f7

Browse files
committed
Fix fish completions test
1 parent 170ff8d commit b2ce3f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/integration/src/test/scala/scala/cli/integration/InstallAndUninstallCompletionsTests.scala

+1-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ class InstallAndUninstallCompletionsTests extends ScalaCliSuite {
6969
lazy val fishRcScript: String = {
7070
val progName = "scala-cli"
7171
val script =
72-
s"""
73-
complete $progName -a '($progName complete fish-v1 (math 1 + (count (__fish_print_cmd_args))) (__fish_print_cmd_args))'
74-
|""".stripMargin
72+
s"""complete $progName -a '($progName complete fish-v1 (math 1 + (count (__fish_print_cmd_args))) (__fish_print_cmd_args))'"""
7573
addTags(script)
7674
}
7775

0 commit comments

Comments
 (0)