Skip to content

Commit bf9a99a

Browse files
authored
Cleaning
1 parent 32ebbd3 commit bf9a99a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/scala/stdlib/CaseClasses.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ object CaseClasses extends FlatSpec with Matchers with org.scalaexercises.defini
128128
(d2 == d3) should be(res2)
129129
}
130130

131-
/** toStringMethodCaseClasses
132-
*
133-
* Case classes have a convenient toString method defined:
131+
/** Case classes have a convenient toString method defined:
134132
*/
135133
def toStringMethodCaseClasses(res0: String) {
136134
case class Dog(name: String, breed: String)

0 commit comments

Comments
 (0)