diff --git a/src/Forest/Server.hs b/src/Forest/Server.hs index 71ecdf4..6e7a720 100644 --- a/src/Forest/Server.hs +++ b/src/Forest/Server.hs @@ -58,4 +58,4 @@ serverApp pingDelay constructor pendingConnection = do constructor (writeChan chan) $ receivePackets conn _ -> closeWithErrorMessage conn "Invalid packet: Expected a hello packet" where - initialNode = txtNode "" "Loading ..." + initialNode = txtNode "" "Loading..."