branch: elpa/julia-mode
commit f92227a87f51e445b7eb71ef172ef97503f6fd44
Author: Adam B <[email protected]>
Commit: Adam Beckmeyer <[email protected]>
Fix whitespace
Co-authored-by: Tamas K. Papp <[email protected]>
---
julia-mode-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/julia-mode-tests.el b/julia-mode-tests.el
index 6b5a0e7b62..51c0db2f12 100644
--- a/julia-mode-tests.el
+++ b/julia-mode-tests.el
@@ -928,7 +928,7 @@ end" 'end-of-defun "n == 0" "return fact(x)[ \n]+end" 'end
2))
(insert contents)
(goto-char position)
(setq-local julia-automatic-latexsub auto-abbrev)
- (funcall (julia--latexsub-exit-function beg ) name 'finished)
+ (funcall (julia--latexsub-exit-function beg) name 'finished)
(buffer-string)))
(ert-deftest julia--test-latexsub-exit-function ()