From d8e83525bcb8c7e1734d2b1317a5a76757d8367c Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 27 May 2024 13:22:31 +0200 Subject: [PATCH] error --- src/Runic.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Runic.jl b/src/Runic.jl index e0861c8..37f1c93 100644 --- a/src/Runic.jl +++ b/src/Runic.jl @@ -45,7 +45,7 @@ end function Context(src_str; assert::Bool = true, debug::Bool = false, verbose::Bool = debug) src_io = IOBuffer(src_str) - src_tree = JuliaSyntax.parseall(JuliaSyntax.GreenNode, src_str; ignore_warnings = true) + src_tree = JuliaSyntax.parseall(JuliaSyntax.GreenNode, src_str; ignore_warnings=true) fmt_io = IOBuffer() fmt_tree = nothing # Debug mode enforces verbose and assert