[ci skip] style: remove trailing whitespace

This commit is contained in:
Oliver Booth 2023-03-31 15:10:51 +01:00
parent d56d12ca23
commit 38112f07ac
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public static class QuaternionExtensions
{
return Vector3.Zero;
}
float qx = normalized.X;
float qy = normalized.Y;
float qz = normalized.Z;