remove trailing space

This commit is contained in:
snmsts 2023-05-09 21:25:51 +09:00
parent ec4c9b39ca
commit 06e5dc6be2

View file

@ -86,7 +86,7 @@
(uiop/run-program:run-program
`(,(uiop:native-namestring (merge-pathnames "autorebase.bat" msys)))
:output t
:error-output t)
:error-output t)
(setf (config "msys2.version") (getf argv :version)))))
(cons t argv))