1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 00:25:40 +00:00

style: remove double blank line

This commit is contained in:
Oliver Booth 2024-01-06 17:03:19 +00:00
parent be44b9d549
commit 458ab03be0
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5

View File

@ -127,7 +127,6 @@ public static class MathUtility
return (alpha - start) / (end - start); return (alpha - start) / (end - start);
} }
#if !NET7_0_OR_GREATER #if !NET7_0_OR_GREATER
/// <summary> /// <summary>
/// Applies a simple bias function to value. /// Applies a simple bias function to value.