mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:03:17 +02:00
Add missing \n
This commit is contained in:
+1
-1
@@ -487,7 +487,7 @@ class TermDisplay(
|
||||
}
|
||||
}
|
||||
|
||||
updateThread.removeEntry(url, !newUpdate, s"Checked $url") {
|
||||
updateThread.removeEntry(url, !newUpdate, s"Checked $url\n") {
|
||||
case info: CheckUpdateInfo =>
|
||||
info.copy(remoteTimeOpt = remoteTimeOpt, isDone = true)
|
||||
case _ =>
|
||||
|
||||
Reference in New Issue
Block a user