mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Fix debug implementation of Recipe (#5997)
This commit is contained in:
parent
63fda9935f
commit
6271cdceae
@ -471,7 +471,8 @@ impl Debug for Recipe {
|
||||
selector.fmt(f)?;
|
||||
f.write_str(", ")?;
|
||||
}
|
||||
self.transform.fmt(f)
|
||||
self.transform.fmt(f)?;
|
||||
f.write_str(")")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user