mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
formatting
This commit is contained in:
@@ -242,7 +242,7 @@ time label m = do
|
|||||||
start <- liftIO getCurrentTime
|
start <- liftIO getCurrentTime
|
||||||
res <- m
|
res <- m
|
||||||
end <- liftIO getCurrentTime
|
end <- liftIO getCurrentTime
|
||||||
putStrLn $ label <> show (diffUTCTime end start)
|
putStrLn $ label <> ": " <> show (diffUTCTime end start)
|
||||||
pure res
|
pure res
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user