Skip to content

Commit

Permalink
Use stdout for pretty print
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Mar 21, 2017
1 parent 27350b9 commit 2612cb2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ class PrettyPrint(codec: Map[Class[_], MessageFormatter[_]] = Map.empty, maxColW
}

def pp[A](seq: Seq[A]) {
info(pf(seq).mkString("\n"))
println(pf(seq).mkString("\n"))
}

def pf[A](seq: Seq[A]): Seq[String] = {
Expand Down

0 comments on commit 2612cb2

Please sign in to comment.