summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-09-14 14:14:00 -0400
committerAndrew Cady <d@cryptonomic.net>2022-09-14 14:14:00 -0400
commitccc300ab3e7c16a5c080127f9b7cb6298d034dc6 (patch)
treec00620898d276a319141d56a90287581f583b9d8
parent81892de45c22aff037cb31d24cb30932b1924b95 (diff)
whitespace
-rwxr-xr-xcountdown.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/countdown.hs b/countdown.hs
index aff9371..1795a02 100755
--- a/countdown.hs
+++ b/countdown.hs
@@ -5,7 +5,7 @@
5 -Wno-unused-imports 5 -Wno-unused-imports
6 -Wno-unused-top-binds 6 -Wno-unused-top-binds
7 -Wno-name-shadowing 7 -Wno-name-shadowing
8#-} 8#-}
9{-# language NoImplicitPrelude #-} 9{-# language NoImplicitPrelude #-}
10{-# language RecordWildCards #-} 10{-# language RecordWildCards #-}
11import Rebase.Prelude hiding (toList) 11import Rebase.Prelude hiding (toList)