Skip to content

Commit

Permalink
style: remove double blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Jan 6, 2024
1 parent be44b9d commit 458ab03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion X10D/src/Math/MathUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public static double InverseLerp(double alpha, double start, double end)
return (alpha - start) / (end - start);
}


#if !NET7_0_OR_GREATER
/// <summary>
/// Applies a simple bias function to value.
Expand Down

0 comments on commit 458ab03

Please sign in to comment.