whitespace

This commit is contained in:
Joey Hess 2024-06-12 13:24:25 -04:00
parent 5b668f9ef1
commit e224b99f36
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -789,7 +789,7 @@ listProxied proxies rs = concat <$> mapM go rs
u <- getRepoUUID r
gc <- Annex.getRemoteGitConfig r
let cu = fromMaybe u $ remoteAnnexConfigUUID gc
if not (canproxy gc r) || cu ==NoUUID
if not (canproxy gc r) || cu == NoUUID
then pure []
else case M.lookup cu proxies of
Nothing -> pure []