mirror of https://github.com/sbt/sbt.git
Add missing \n
This commit is contained in:
parent
1ac8a782a9
commit
4e74fe360f
|
|
@ -487,7 +487,7 @@ class TermDisplay(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateThread.removeEntry(url, !newUpdate, s"Checked $url") {
|
updateThread.removeEntry(url, !newUpdate, s"Checked $url\n") {
|
||||||
case info: CheckUpdateInfo =>
|
case info: CheckUpdateInfo =>
|
||||||
info.copy(remoteTimeOpt = remoteTimeOpt, isDone = true)
|
info.copy(remoteTimeOpt = remoteTimeOpt, isDone = true)
|
||||||
case _ =>
|
case _ =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue