Run cargo fmt

This commit is contained in:
Hanno Braun 2024-12-17 20:32:10 +01:00
parent 68b999beac
commit ca72d1e897

View File

@ -3,7 +3,7 @@ use std::fmt;
use crate::math::Point;
use super::{
operation::{Handle, AnyOp},
operation::{AnyOp, Handle},
Operation,
};