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 7f21bc54a0a6931da6cf64dad34cf236c83c355f..5f209cf0bb1ba9a3c8c4091e98ed842015fc6d00 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 6cca0d0be4bc088048b7c7041d020c124bd09f5a..58fdd3aaafc2e3d6e798c458f39d2ea8f0601b67 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
   }