From f126e1c7a9898b26db1313a378a07d3d37f6f175 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Sun, 9 Feb 2020 20:13:37 +0800 Subject: [PATCH] fix formatting --- src/Weave.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Weave.jl b/src/Weave.jl index aeb5de3..d6a8846 100644 --- a/src/Weave.jl +++ b/src/Weave.jl @@ -132,10 +132,10 @@ function weave( css != nothing && (doc.css = css) doc = run(doc, doctype = doctype, - mod = mod, - out_path=out_path, args = args, - fig_path = fig_path, fig_ext = fig_ext, cache_path = cache_path, cache=cache, - throw_errors = throw_errors,latex_keep_unicode=latex_keep_unicode) + mod = mod, + out_path=out_path, args = args, + fig_path = fig_path, fig_ext = fig_ext, cache_path = cache_path, cache=cache, + throw_errors = throw_errors,latex_keep_unicode=latex_keep_unicode) formatted = format(doc) outname = get_outname(out_path, doc)