Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Jul 21, 2023
1 parent 253704e commit 647a7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/general.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
))
Expand Down

0 comments on commit 647a7a4

Please sign in to comment.