Skip to content

Commit 609d712

Browse files
committed
Drop a space from another autoload cookie
As in [1: 84e3e1c]. 1: 2024-09-20 84e3e1c Drop a space from autoload cookies
1 parent 71910a2 commit 609d712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lisp/forge-commands.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ information."
972972
(user-error "The empty string isn't a valid path"))
973973
path))
974974

975-
;;;###autoload (autoload 'forge-push-to-unnamed-pullreq "forge-commands" nil t)
975+
;;;###autoload(autoload 'forge-push-to-unnamed-pullreq "forge-commands" nil t)
976976
(transient-define-suffix forge-push-to-unnamed-pullreq (args)
977977
"Push the current branch to the branch on the contributor's fork.
978978

0 commit comments

Comments
 (0)