whitespace
This commit is contained in:
parent
5b668f9ef1
commit
e224b99f36
1 changed files with 1 additions and 1 deletions
|
@ -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 []
|
||||
|
|
Loading…
Add table
Reference in a new issue