Skip to content

Commit

Permalink
format source
Browse files Browse the repository at this point in the history
  • Loading branch information
akmorrow13 committed Nov 8, 2018
1 parent 11ea344 commit d7a76f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ case class RDDBoundCoverageRDD private[rdd] (
}

abstract class CoverageRDD
extends MultisampleGenomicDataset[Coverage, Coverage, CoverageRDD]
extends MultisampleGenomicDataset[Coverage, Coverage, CoverageRDD]
with GenomicDataset[Coverage, Coverage, CoverageRDD] {

protected val productFn = (c: Coverage) => c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ case class RDDBoundFeatureRDD private[rdd] (
}

sealed abstract class FeatureRDD extends AvroGenomicDataset[Feature, FeatureProduct, FeatureRDD]
with MultisampleGenomicDataset[Feature, FeatureProduct, FeatureRDD] {
with MultisampleGenomicDataset[Feature, FeatureProduct, FeatureRDD] {

protected val productFn = FeatureProduct.fromAvro(_)
protected val unproductFn = (f: FeatureProduct) => f.toAvro
Expand Down

0 comments on commit d7a76f8

Please sign in to comment.