Skip to content

Commit

Permalink
Switching from lines to linesIterator to avoid conflicts with JDK11+
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Nov 17, 2019
1 parent 05c77dd commit 0c9bb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/codegen/src/main/scala/cats/free/Hacks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object GuardrailFreeHacks {
term.getClass.getSimpleName,
term
.toString()
.lines
.linesIterator
.filterNot(_.contains(": null"))
.mkString("; ")
)
Expand Down

0 comments on commit 0c9bb79

Please sign in to comment.