Update formatting

This commit is contained in:
Hanno Braun 2024-11-06 21:13:38 +01:00
parent 3efc1f3aab
commit 6079b6b95e

View File

@ -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