summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-10-24 21:55:38 -0400
committerAndrew Cady <d@jerkface.net>2023-11-12 09:31:58 -0500
commit156772084f241f28c97303f6f92c39bcf19e9ab6 (patch)
tree6126257f05e10493846d00febb53d15f6caf8fa5
parent40e58bc44068319260caf72f2684cb2b016db474 (diff)
whitespace
-rwxr-xr-xcountdown.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/countdown.hs b/countdown.hs
index ab3fe81..1910bec 100755
--- a/countdown.hs
+++ b/countdown.hs
@@ -73,7 +73,7 @@ data St =
73 , _stClockTime :: LocalTime 73 , _stClockTime :: LocalTime
74 , _stDisplayTime :: LocalTime 74 , _stDisplayTime :: LocalTime
75 , _stNextEvent :: Maybe UTCTime 75 , _stNextEvent :: Maybe UTCTime
76 , _stPaused :: Bool 76 , _stPaused :: Bool
77 , _stShowConversion :: Bool 77 , _stShowConversion :: Bool
78 } 78 }
79 79