mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
Formatting fix
This commit is contained in:
@@ -36,9 +36,9 @@ abstract class ServerConnection(connection: Socket) {
|
||||
|
||||
Serialization.deserializeEvent(chunk).fold(
|
||||
{ errorDesc =>
|
||||
val s = new String(chunk.toArray, "UTF-8")
|
||||
println(s"Got invalid chunk from server: $s \n" + errorDesc)
|
||||
},
|
||||
val s = new String(chunk.toArray, "UTF-8")
|
||||
println(s"Got invalid chunk from server: $s \n" + errorDesc)
|
||||
},
|
||||
onEvent
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user