Run cargo fmt

This commit is contained in:
2026-06-27 10:11:01 -04:00
parent beb1c8526f
commit 67b94522d0
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ impl Transform {
pub fn transform_point(&self, point: Vec2) -> Vec2 {
self.coefficients.transform_point2(point)
}
}
}