From 647a7a493cf90b7eec3009eff03b0651ce392c66 Mon Sep 17 00:00:00 2001 From: giopaglia <24519853+giopaglia@users.noreply.github.com> Date: Fri, 21 Jul 2023 05:16:54 +0200 Subject: [PATCH] fix --- src/general.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/general.jl b/src/general.jl index beca3cf9..d8e78b34 100644 --- a/src/general.jl +++ b/src/general.jl @@ -653,7 +653,7 @@ function syntaxstring( lpar = "(" rpar = ")" - ch_kwargs = merge(kwargs, (; + ch_kwargs = merge((; kwargs...), (; function_notation = function_notation, remove_redundant_parentheses = remove_redundant_parentheses, ))