Skip to content

Commit

Permalink
.orNull
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 30, 2024
1 parent 0b759bd commit b9e295a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mill-mima/src/com/github/lolgab/mill/mima/MimaBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private[mima] trait MimaBase

val errorOrNull: String =
mimaWorker().reportBinaryIssues(
scalaBinVersionOrNullTask().getOrElse(null),
scalaBinVersionOrNullTask().orNull,
logDebug,
logError,
logPrintln,
Expand Down

0 comments on commit b9e295a

Please sign in to comment.