Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Update FloatExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
winscripter authored Apr 19, 2024
1 parent d430c17 commit 8cc6756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotnetVEE/Private/Extensions/FloatExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
internal static class FloatExtensions
{
public static string SafeStringify(this float value)
=> value.ToString().Replace(",", ".");
public static string SafeStringify(this float value) => value.ToString().Replace(",", ".");
}
}

0 comments on commit 8cc6756

Please sign in to comment.