Fix function formatting
By mistake, a function’s name was printed two consecutive times if the function had more than one argument.
This commit is contained in:
parent
90f7be2f33
commit
a82b4080c8
@ -185,7 +185,7 @@ impl<'term> std::fmt::Debug for TermDisplay<'term>
|
||||
|
||||
if !function.arguments.is_empty()
|
||||
{
|
||||
write!(format, "{}(", function.declaration.name)?;
|
||||
write!(format, "(")?;
|
||||
|
||||
let mut separator = "";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user