mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
[#99] Remove erroneous reference to master
This commit is contained in:
parent
18ccacc5cf
commit
b25256f1b0
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ already in memory on the current branch."
|
|||
(defun apheleia-ft--get-formatters-for-pull-request ()
|
||||
"Return list of formatter string names that were touched in this PR.
|
||||
This means their commands in `apheleia-formatters' are different
|
||||
from how they appear on master, or they were added relative to
|
||||
master."
|
||||
(let ((old-formatters (apheleia-ft--get-formatters-from-ref "origin/master"))
|
||||
from how they appear on main, or they were added relative to
|
||||
main."
|
||||
(let ((old-formatters (apheleia-ft--get-formatters-from-ref "origin/main"))
|
||||
(new-formatters apheleia-formatters)
|
||||
(touched-formatters nil))
|
||||
(map-do
|
||||
|
|
Loading…
Add table
Reference in a new issue