Skip to content

Commit

Permalink
Fix for jenkins build failures on Scala 2.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jun 14, 2017
1 parent c6af112 commit 05d6808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import scala.collection.mutable.ListBuffer
/**
* OutFormatter that reads streaming VCF.
*/
case class VCFOutFormatter extends OutFormatter[VariantContext] with Logging {
case class VCFOutFormatter() extends OutFormatter[VariantContext] with Logging {

/**
* Reads VariantContexts from an input stream. Autodetects VCF format.
Expand Down

0 comments on commit 05d6808

Please sign in to comment.