Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
Co-authored-by: Brice Jaglin <[email protected]>
  • Loading branch information
lolgab and bjaglin authored Sep 30, 2024
1 parent 8b31cd4 commit ad4b594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion itest/src/fix-3.5/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ def verify() =
| def myComplexMethod: Map[Int, String] = 1.to(10).map(i => i -> i.toString).toMap
|}
|""".stripMargin
println(fixedScala)
assert(fixedScala == expected)
}

0 comments on commit ad4b594

Please sign in to comment.