From 8a41f5aeb3ac143d731928d1c343cd9338190f0a Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 23 May 2026 19:56:41 +0200 Subject: style: format for Rust edition 2021 --- engine/src/projection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/src/projection.rs') diff --git a/engine/src/projection.rs b/engine/src/projection.rs index 46df6d4..e4f5898 100644 --- a/engine/src/projection.rs +++ b/engine/src/projection.rs @@ -25,7 +25,7 @@ impl Perspective /// Creates a perspective projection matrix using right-handed coordinates. #[inline] pub fn to_matrix_rh(&self, aspect: f32, clip_volume: ClipVolume) - -> Matrix + -> Matrix { let mut out = Matrix::new(); -- cgit v1.2.3-18-g5258