Skip to content

Commit

Permalink
code format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahamim, Ben committed Nov 19, 2020
1 parent d6a6678 commit e6332ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private[adam] case class SingleReadBucket(

val insertSize = primaryMapped.headOption match {
case Some(alignment) => Option(alignment.getInsertSize).map(_.toInt)
case None => None
case None => None
}

SingleReadBucket.buildFragmentFromAlignments(unionReads.toSeq,
Expand Down

0 comments on commit e6332ef

Please sign in to comment.