gameServer/Actions.hs
changeset 14364 5e28098fb593
parent 14292 9f0d81213d65
child 14385 8ad85859dd3f
--- a/gameServer/Actions.hs	Sat Dec 01 23:39:49 2018 +0100
+++ b/gameServer/Actions.hs	Sun Dec 02 00:19:17 2018 +0100
@@ -852,7 +852,7 @@
 processAction (LoadRoom rname) = do
     Right (g, rs) <- io $ YAML.decodeFileEither (B.unpack rname)
     processAction $ ModifyRoom $ \r -> r{greeting = g, roomSaves = rs}
-	
+
 #else
 processAction SaveReplay = return ()
 processAction CheckRecord = return ()