diff --git a/Engine.Core/Math.cs b/Engine.Core/Math.cs
index 1412bc3..6ab67bb 100644
--- a/Engine.Core/Math.cs
+++ b/Engine.Core/Math.cs
@@ -197,5 +197,4 @@ public static class Math
/// The number.
/// The integral part of .
public static float Truncate(float x) => MathF.Truncate(x);
-
}