summaryrefslogtreecommitdiffhomepage
path: root/Plugins
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-15 18:38:46 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-15 18:38:46 +0200
commit20b6e74ee57108ebd2988a51605efe7a818dfd7b (patch)
treeab3fe2df207c21155ba6252ee134cfe6cdb16e36 /Plugins
parentef2e760922b334b1736a896fa5d947cda2d8fccb (diff)
downloadxmobar-20b6e74ee57108ebd2988a51605efe7a818dfd7b.tar.gz
xmobar-20b6e74ee57108ebd2988a51605efe7a818dfd7b.tar.bz2
code formatting
darcs-hash:20070915163846-d6583-48788407f49843ad360de1a4d98ef1ebfdc31131.gz
Diffstat (limited to 'Plugins')
-rw-r--r--Plugins/Date.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/Date.hs b/Plugins/Date.hs
index 4df6c8b..0e47c6f 100644
--- a/Plugins/Date.hs
+++ b/Plugins/Date.hs
@@ -32,6 +32,6 @@ instance Exec Date where
date :: String -> IO String
date format = do
- t <- toCalendarTime =<< getClockTime
- return $ formatCalendarTime defaultTimeLocale format t
+ t <- toCalendarTime =<< getClockTime
+ return $ formatCalendarTime defaultTimeLocale format t