mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-15 11:45:54 +00:00
Simplify rendering of triangles in operation list
This commit is contained in:
parent
8d043600e9
commit
020fbbc35c
@ -57,8 +57,7 @@ where
|
||||
|
||||
impl fmt::Display for Triangle {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
let [a, b, c] = self.vertices;
|
||||
write!(f, "triangle {a} - {b} - {c}")
|
||||
write!(f, "triangle")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user