Skip to content

Commit 5e5b538

Browse files
Fix indentation
Co-authored-by: Hendrik Cannoodt <hendrik.cannoodt@gmail.com>
1 parent 9a36269 commit 5e5b538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/scala/io/viash/runners/nextflow/Vdsl3StandaloneTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class Vdsl3StandaloneTest extends AnyFunSuite with BeforeAndAfterAll {
282282
}
283283
}
284284

285-
test("Output directory slashes", NextflowTest) {
285+
test("Output directory slashes", NextflowTest) {
286286
val (exitCode, stdOut, stdErr) = NextflowTestHelper.run(
287287
mainScript = "target/nextflow/output_directory/main.nf",
288288
args = List(

0 commit comments

Comments
 (0)