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