Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Jan 3, 2024
1 parent 21ce710 commit b01e2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/legit/porcelain.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ summary: test
(str:concat " " val))
(setf (getf entry :line)
(str:concat changeset " " summary))))
finally (return entry))))
finally (return entry)))))


(defun fossil-latest-commits (&key &allow-other-keys)
Expand Down

0 comments on commit b01e2ac

Please sign in to comment.