Skip to content

Commit 3b218c0

Browse files
committed
remove todo
1 parent 558cf7d commit 3b218c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/src/main/scala/com/typesafe/tools/mima/cli/MimaCli.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ case class Main(
1919
val newBin = newBinOpt.getOrElse(
2020
throw new IllegalArgumentException("New binary was not specified")
2121
)
22-
// TODO: should have some machine-readable output here, as an option
2322
val problems = new MiMaLib(classpath)
2423
.collectProblems(oldBin, newBin, Nil)
2524
.flatMap(formatter.formatProblem)

0 commit comments

Comments
 (0)