diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-06-15 12:36:08 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-06-15 12:36:08 +0200 |
| commit | ce6c64526af61192881b97028d9cb6799d550ad5 (patch) | |
| tree | 300cdb79ccb5223aee01b83874e94a5c6959826b /lisp/magit-bisect.el | |
| parent | 0ff6c5cf0c326b910839ad50127ff5db72a0d78c (diff) | |
Fix indentation
Diffstat (limited to 'lisp/magit-bisect.el')
| -rw-r--r-- | lisp/magit-bisect.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el index 7cb8259..66aca68 100644 --- a/lisp/magit-bisect.el +++ b/lisp/magit-bisect.el @@ -67,9 +67,9 @@ ("-p" "Follow only first parent of a merge" "--first-parent" :if (lambda () (version<= "2.29" (magit-git-version)))) (6 magit-bisect:--term-old - :if (lambda () (version<= "2.7" (magit-git-version)))) + :if (lambda () (version<= "2.7" (magit-git-version)))) (6 magit-bisect:--term-new - :if (lambda () (version<= "2.7" (magit-git-version))))] + :if (lambda () (version<= "2.7" (magit-git-version))))] ["Actions" ("B" "Start" magit-bisect-start) ("s" "Start script" magit-bisect-run)]] @@ -78,7 +78,7 @@ ("B" "Bad" magit-bisect-bad) ("g" "Good" magit-bisect-good) (6 "m" "Mark" magit-bisect-mark - :if (lambda () (version<= "2.7" (magit-git-version)))) + :if (lambda () (version<= "2.7" (magit-git-version)))) ("k" "Skip" magit-bisect-skip) ("r" "Reset" magit-bisect-reset) ("s" "Run script" magit-bisect-run)]) |
