diff options
-rw-r--r-- | Plugins/Date.hs | 4 |
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 |