diff --git a/MathLib/Math.cs b/MathLib/Math.cs index cf20757..98984eb 100644 --- a/MathLib/Math.cs +++ b/MathLib/Math.cs @@ -25,4 +25,5 @@ public class Math public float Add(float a, float b) { return a + b; - } \ No newline at end of file + } +}