Skip to content

Commit

Permalink
whitespace nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jun 1, 2015
1 parent 44de834 commit 2fd9af3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class AlignmentRecordRDDFunctions(rdd: RDD[AlignmentRecord])
// https://github.com/bigdatagenomics/adam/issues/353

asSam match {
case true =>
case true =>
ADAMSAMOutputFormat.clearHeader()
ADAMSAMOutputFormat.addHeader(header)
log.warn(s"Set SAM header for partition $idx")
Expand All @@ -160,7 +160,7 @@ class AlignmentRecordRDDFunctions(rdd: RDD[AlignmentRecord])

// attach header to output format
asSam match {
case true =>
case true =>
ADAMSAMOutputFormat.clearHeader()
ADAMSAMOutputFormat.addHeader(header)
case false =>
Expand Down

0 comments on commit 2fd9af3

Please sign in to comment.