less indent
This commit is contained in:
parent
b13c2407af
commit
ba0ecbf47e
1 changed files with 5 additions and 5 deletions
|
@ -481,11 +481,11 @@ dropKey' :: Git.Repo -> Remote -> State -> Maybe SafeDropProof -> Key -> Annex (
|
||||||
dropKey' repo r st@(State connpool duc _ _ _) proof key
|
dropKey' repo r st@(State connpool duc _ _ _) proof key
|
||||||
| isP2PHttp r =
|
| isP2PHttp r =
|
||||||
clientRemoveWithProof proof key unabletoremove r >>= \case
|
clientRemoveWithProof proof key unabletoremove r >>= \case
|
||||||
RemoveResultPlus True fanoutuuids ->
|
RemoveResultPlus True fanoutuuids ->
|
||||||
storefanout fanoutuuids
|
storefanout fanoutuuids
|
||||||
RemoveResultPlus False fanoutuuids -> do
|
RemoveResultPlus False fanoutuuids -> do
|
||||||
storefanout fanoutuuids
|
storefanout fanoutuuids
|
||||||
unabletoremove
|
unabletoremove
|
||||||
| not $ Git.repoIsUrl repo = ifM duc
|
| not $ Git.repoIsUrl repo = ifM duc
|
||||||
( guardUsable repo (giveup "cannot access remote") removelocal
|
( guardUsable repo (giveup "cannot access remote") removelocal
|
||||||
, giveup "remote does not have expected annex.uuid value"
|
, giveup "remote does not have expected annex.uuid value"
|
||||||
|
|
Loading…
Reference in a new issue