aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-push.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-01-01 16:51:32 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-01-01 16:51:32 +0100
commit1c723f86a3eb75d2082506942b3bc057406b0287 (patch)
tree2bae33545ee5af9febcbb6438dbd354c83206320 /lisp/magit-push.el
parent64544196acfe15cd517dac3cfb55832faacdb3a6 (diff)
Fix indentation
Diffstat (limited to 'lisp/magit-push.el')
-rw-r--r--lisp/magit-push.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/magit-push.el b/lisp/magit-push.el
index f31ff9e..ea1b9a2 100644
--- a/lisp/magit-push.el
+++ b/lisp/magit-push.el
@@ -300,12 +300,12 @@ what this command will do. To add it use something like:
;; Note: Avoid `magit-get-remote' because it
;; filters out the local repo case (".").
(magit-get "branch" branch "remote")
- (cond-let
- [[remotes (magit-list-remotes)]]
- ((and (magit-git-version>= "2.27")
- (length= remotes 1))
- (car remotes))
- ((car (member "origin" remotes)))))))
+ (cond-let
+ [[remotes (magit-list-remotes)]]
+ ((and (magit-git-version>= "2.27")
+ (length= remotes 1))
+ (car remotes))
+ ((car (member "origin" remotes)))))))
(if (null remote)
"nothing (no remote)"
(let ((refspec (magit-get "remote" remote "push")))