Skip to content

Commit 4a84838

Browse files
committed
one more space
1 parent 576fd43 commit 4a84838

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/LengthConverter.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ static internal double FromString(string s, CultureInfo cultureInfo)
225225

226226
static internal string ToString(double l, CultureInfo cultureInfo)
227227
{
228-
if (double.IsNaN(l)) return "Auto";
229-
228+
if(double.IsNaN(l)) return "Auto";
230229
return Convert.ToString(l, cultureInfo);
231230
}
232231

0 commit comments

Comments
 (0)