From f08f721f5246625bc037def7e36b895069a03647 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Sun, 20 Oct 2024 14:40:58 +0300 Subject: [PATCH] chore: Fixed Indentation Mistake --- Engine.Core/Math.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Engine.Core/Math.cs b/Engine.Core/Math.cs index 199a661..6c0c6fc 100644 --- a/Engine.Core/Math.cs +++ b/Engine.Core/Math.cs @@ -4,9 +4,10 @@ using System.Numerics; namespace Syntriax.Engine.Core; public static class Math -{/// - /// The value of Pi (π), a mathematical constant approximately equal to 3.14159. - /// +{ + /// + /// The value of Pi (π), a mathematical constant approximately equal to 3.14159. + /// public const float PI = 3.1415926535897932f; ///