mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-10 12:58: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<'_> {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
self.op.display(f)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user