Skip to content

Commit

Permalink
fix scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrobb committed Nov 20, 2018
1 parent 83a1987 commit 8c25fd0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ trait ScroogeLikeExample extends Product1[Int] with Serializable {
override def equals(other: Any): Boolean =
canEqual(other) &&
_equals(this, other.asInstanceOf[ScroogeLikeExample])

override def hashCode: Int = x
}

class ScalaReflectionSuite extends SparkFunSuite {
Expand Down

0 comments on commit 8c25fd0

Please sign in to comment.