mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-09 10:46:13 +00:00
Update formatting
This commit is contained in:
parent
3efc1f3aab
commit
6079b6b95e
@ -16,6 +16,7 @@ impl OpsLog {
|
||||
vertex: impl Into<Vertex>,
|
||||
) -> OperationResult<(Vertex,)> {
|
||||
let vertex = vertex.into();
|
||||
|
||||
self.operations.push(OperationInSequence {
|
||||
operation: ClonedOperation::from_op(&vertex),
|
||||
previous: self
|
||||
|
Loading…
x
Reference in New Issue
Block a user