Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
aseigneurin committed Nov 20, 2016
1 parent 32ebbd3 commit bf9a99a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/scala/stdlib/CaseClasses.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ object CaseClasses extends FlatSpec with Matchers with org.scalaexercises.defini
(d2 == d3) should be(res2)
}

/** toStringMethodCaseClasses
*
* Case classes have a convenient toString method defined:
/** Case classes have a convenient toString method defined:
*/
def toStringMethodCaseClasses(res0: String) {
case class Dog(name: String, breed: String)
Expand Down

0 comments on commit bf9a99a

Please sign in to comment.