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