From 1be44c9441204fea66b1c6fc88c99a08016a81b2 Mon Sep 17 00:00:00 2001 From: Wai Yi Leung <w.y.leung@lumc.nl> Date: Fri, 13 May 2016 15:13:58 +0200 Subject: [PATCH] Style --- .../biopet/extensions/clever/CleverFixVCFTest.scala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/biopet-extensions/src/test/scala/nl/lumc/sasc/biopet/extensions/clever/CleverFixVCFTest.scala b/biopet-extensions/src/test/scala/nl/lumc/sasc/biopet/extensions/clever/CleverFixVCFTest.scala index 114fcf22d..09757f95f 100644 --- a/biopet-extensions/src/test/scala/nl/lumc/sasc/biopet/extensions/clever/CleverFixVCFTest.scala +++ b/biopet-extensions/src/test/scala/nl/lumc/sasc/biopet/extensions/clever/CleverFixVCFTest.scala @@ -59,8 +59,8 @@ class CleverFixVCFTest extends TestNGSuite with Matchers { val obs = Source.fromFile(output).getLines() (exp zip obs).foreach(_ match { - case (a,b) => { - a shouldEqual(b) + case (a, b) => { + a shouldEqual (b) } case _ => }) @@ -75,8 +75,8 @@ class CleverFixVCFTest extends TestNGSuite with Matchers { cfvcf.output = output cfvcf.sampleName = "testsample" - cfvcf.cmdLine should include ("'-s' 'testsample'") - cfvcf.cmdLine should include (s"'-i' '${rawCleverVCF}'") - cfvcf.cmdLine should include (s"'-o' '${output}'") + cfvcf.cmdLine should include("'-s' 'testsample'") + cfvcf.cmdLine should include(s"'-i' '${rawCleverVCF}'") + cfvcf.cmdLine should include(s"'-o' '${output}'") } } -- GitLab