Remove stray whitespace

This commit is contained in:
Ivan Malison 2016-08-18 11:49:42 -07:00
parent d908e24fe8
commit b1e66f9f3e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -129,7 +129,6 @@ This makes it so that we always try to call-process instead of shell-command-to-
(let ((call-process-args
(imalison:get-call-process-args-from-shell-command command)))
(if call-process-args
(apply 'imalison:call-process-to-string call-process-args))))
(advice-add 'shell-command-to-string :before-until 'imalison:try-call-process)