1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix log fmt

This commit is contained in:
schaeff 2022-07-06 14:56:21 +02:00
parent 9e1cb8a07e
commit 7076a1c003

View file

@ -98,7 +98,7 @@ impl<T: Field> fmt::Display for FlatStatement<T> {
FlatStatement::Directive(ref d) => write!(f, "{}", d),
FlatStatement::Log(ref l, ref expressions) => write!(
f,
"log!(\"{}\"), {})",
"log(\"{}\"), {})",
l,
expressions
.iter()