aboutsummaryrefslogtreecommitdiff
path: root/lib/Server/ControlRoom.hs
diff options
context:
space:
mode:
authorstuebinm2022-12-12 01:37:51 +0100
committerstuebinm2022-12-12 01:37:51 +0100
commit7d94d4d02bc729a1879524ff9420cf4a2f697afd (patch)
treebbab00f12ccfec0d2e2518fba2cb887c24c1ac8d /lib/Server/ControlRoom.hs
parent9b9e6934f74f8f1a95cdf4c22b57770d62091aea (diff)
stylish-haskell run
Diffstat (limited to 'lib/Server/ControlRoom.hs')
-rw-r--r--lib/Server/ControlRoom.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Server/ControlRoom.hs b/lib/Server/ControlRoom.hs
index f291d82..ef3cb1e 100644
--- a/lib/Server/ControlRoom.hs
+++ b/lib/Server/ControlRoom.hs
@@ -346,7 +346,7 @@ announceForm day tripId = renderDivs $ Announcement
mightbe :: Maybe Text -> Text
mightbe (Just a) = a
-mightbe Nothing = ""
+mightbe Nothing = ""
--- some orphans to make hamlet easier to deal with
instance ToMarkup Time where