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
|
u <- getRepoUUID r
|
||||||
gc <- Annex.getRemoteGitConfig r
|
gc <- Annex.getRemoteGitConfig r
|
||||||
let cu = fromMaybe u $ remoteAnnexConfigUUID gc
|
let cu = fromMaybe u $ remoteAnnexConfigUUID gc
|
||||||
if not (canproxy gc r) || cu ==NoUUID
|
if not (canproxy gc r) || cu == NoUUID
|
||||||
then pure []
|
then pure []
|
||||||
else case M.lookup cu proxies of
|
else case M.lookup cu proxies of
|
||||||
Nothing -> pure []
|
Nothing -> pure []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue