From 6e62a69ebc1e4e7fb75fbf825964a6e60a6b6a04 Mon Sep 17 00:00:00 2001 From: Peter van 't Hof <p.j.van_t_hof@lumc.nl> Date: Fri, 5 Feb 2016 14:50:10 +0100 Subject: [PATCH] Style fixes --- .../lumc/sasc/biopet/pipelines/gears/GearsKrakenTest.scala | 4 ++-- .../sasc/biopet/pipelines/gears/GearsQiimeClosedTest.scala | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsKrakenTest.scala b/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsKrakenTest.scala index 7f21bc54a..5f209cf0b 100644 --- a/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsKrakenTest.scala +++ b/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsKrakenTest.scala @@ -8,8 +8,8 @@ import org.scalatest.testng.TestNGSuite import org.testng.annotations.Test /** - * Created by pjvan_thof on 2/5/16. - */ + * Created by pjvan_thof on 2/5/16. + */ class GearsKrakenTest extends TestNGSuite with Matchers { private def resourcePath(p: String): String = { Paths.get(getClass.getResource(p).toURI).toString diff --git a/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsQiimeClosedTest.scala b/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsQiimeClosedTest.scala index 6cca0d0be..58fdd3aaa 100644 --- a/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsQiimeClosedTest.scala +++ b/public/gears/src/test/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsQiimeClosedTest.scala @@ -8,9 +8,9 @@ import org.scalatest.testng.TestNGSuite import org.testng.annotations.Test /** - * Created by pjvan_thof on 2/5/16. - */ -class GearsQiimeClosedTest extends TestNGSuite with Matchers { + * Created by pjvan_thof on 2/5/16. + */ +class GearsQiimeClosedTest extends TestNGSuite with Matchers { private def resourcePath(p: String): String = { Paths.get(getClass.getResource(p).toURI).toString } -- GitLab