summaryrefslogtreecommitdiff
path: root/Command/Whereis.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Whereis.hs')
-rw-r--r--Command/Whereis.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Whereis.hs b/Command/Whereis.hs
index 0e4858f8b..05748e8d6 100644
--- a/Command/Whereis.hs
+++ b/Command/Whereis.hs
@@ -30,11 +30,11 @@ perform key = do
uuids <- keyLocations key
let num = length uuids
showNote $ show num ++ " " ++ copiesplural num
- if null $ uuids
+ if null uuids
then stop
else do
pp <- prettyPrintUUIDs uuids
- showLongNote $ pp
+ showLongNote pp
showProgress
next $ return True
where