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 crate::math::Point;
use super::{ use super::{
operation::{Handle, AnyOp}, operation::{AnyOp, Handle},
Operation, Operation,
}; };