Skip to content

Commit

Permalink
fixup! Fixes #18425: Update to scala 2.13.3
Browse files Browse the repository at this point in the history
Fixes #18425: Update to scala 2.13.3
  • Loading branch information
fanf committed Oct 27, 2020
1 parent 09ac9c9 commit f03296f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ final object CheckFreeSpace extends Check {
val msg = s"Some space partition is under a warning level:\n${listMsgSpace} available"
Warning(name, msg)
case _ =>
val msg = s"Space available is ok: \n- ${listMsgSpace}"
val msg = s"Space available is ok: \n${listMsgSpace} available"
Ok(name, msg)
}
case Nil =>
Expand Down

0 comments on commit f03296f

Please sign in to comment.