Skip to content

Commit

Permalink
Fixed style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Ganelin committed Jan 16, 2015
1 parent 1d2d563 commit 5b93dc1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ private[spark] object SerializationState extends Enumeration {
val Success = "Success"
}

private[spark] case class RDDTrace (rdd : RDD[_], depth : Int, result : SerializationHelper.SerializedRef)
private[spark] case class RDDTrace (rdd : RDD[_],
depth : Int,
result : SerializationHelper.SerializedRef)

/**
* This class is designed to encapsulate some utilities to facilitate debugging serialization
Expand Down

0 comments on commit 5b93dc1

Please sign in to comment.