mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-11 13:28:28 +00:00
Simplify
This commit is contained in:
parent
f57664c0c9
commit
4e68b1ba78
@ -26,7 +26,7 @@ pub struct OperationDisplay<'r> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl fmt::Display for OperationDisplay<'_> {
|
impl fmt::Display for OperationDisplay<'_> {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
self.op.display(f)
|
self.op.display(f)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user