Update imports

This commit is contained in:
Andras Schmelczer 2025-06-29 15:30:35 +01:00
parent b53aa0c2b2
commit c682520b88
3 changed files with 6 additions and 8 deletions

View file

@ -1,6 +1,4 @@
use crate::{
diffs::raw_operation::RawOperation, operation_transformation::Operation, utils::side::Side,
};
use crate::{operation_transformation::Operation, raw_operation::RawOperation, utils::side::Side};
/// Turn raw operations into ordered operations while keeping track of the
/// original token's indexes.