Skip to content
Snippets Groups Projects
Commit 2d9becc9 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Format fix

parent 140675de
No related branches found
No related tags found
No related merge requests found
package nl.lumc.sasc.biopet.tools
import java.io.{File, PrintStream, PrintWriter}
import java.io.{ File, PrintStream }
import nl.lumc.sasc.biopet.utils.ToolCommand
......@@ -55,7 +55,7 @@ object FindOverlapMatch extends ToolCommand {
val writer = cmdArgs.outputFile match {
case Some(file) => new PrintStream(file)
case _ => sys.process.stdout
case _ => sys.process.stdout
}
for (i1 <- samplesColumnHeader) {
......
......@@ -10,8 +10,8 @@ import org.testng.annotations.Test
import scala.io.Source
/**
* Created by pjvan_thof on 27-9-16.
*/
* Created by pjvan_thof on 27-9-16.
*/
class FindOverlapMatchTest extends TestNGSuite with Matchers {
private def resourcePath(p: String): String = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment