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

Commit

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

0 comments on commit 41e42df

Please sign in to comment.