Skip to content

Commit

Permalink
Remove s: String
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejbak85 committed Oct 16, 2020
1 parent 1cd77f7 commit b666108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/iog/psg/cardano/util/Trace.scala
Expand Up @@ -45,7 +45,7 @@ object NoOpTrace extends Trace {
}

object ConsoleTrace extends Trace {
override def apply(s: String): Unit = println(s: String)
override def apply(s: String): Unit = println(s)
override def close(): Unit = ()
}

Expand Down

0 comments on commit b666108

Please sign in to comment.