diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-16 00:41:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-16 00:44:51 -0400 |
commit | a1e52f0ce5984058c737ed709fc5d4b6398e019a (patch) | |
tree | baaeb46b5eb5e7edb4a8a4ef80d6c1ab256bbcba /Command/Whereis.hs | |
parent | e7aaa55c53fb54c6dd5a1a1aeb0955b05227676b (diff) |
hlint
Diffstat (limited to 'Command/Whereis.hs')
-rw-r--r-- | Command/Whereis.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Whereis.hs b/Command/Whereis.hs index f62d34642..d4d268d93 100644 --- a/Command/Whereis.hs +++ b/Command/Whereis.hs @@ -22,12 +22,12 @@ seek :: [CommandSeek] seek = [withValue (remoteMap id) $ \m -> withFilesInGit $ whenAnnexed $ start m] -start :: (M.Map UUID Remote) -> FilePath -> (Key, Backend) -> CommandStart +start :: M.Map UUID Remote -> FilePath -> (Key, Backend) -> CommandStart start remotemap file (key, _) = do showStart "whereis" file next $ perform remotemap key -perform :: (M.Map UUID Remote) -> Key -> CommandPerform +perform :: M.Map UUID Remote -> Key -> CommandPerform perform remotemap key = do locations <- keyLocations key (untrustedlocations, safelocations) <- trustPartition UnTrusted locations |