Skip to content

Commit 7b8d1d0

Browse files
Applesauce314angularsen
authored andcommitted
Update Length.extra.cs
fix formatting
1 parent 6137cdc commit 7b8d1d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UnitsNet/CustomCode/Quantities/Length.extra.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public string ToString(IFormatProvider? cultureInfo)
165165
// If it does feet/inches are fixed something like 4 ft 0 in is displayed instead of 3ft 12 in for things very close to 4 e.g. 3.9999 ft
166166
var feet = Feet;
167167
var inches = Math.Round(Inches);
168-
if(inches == InchesInOneFoot)
168+
if (inches == InchesInOneFoot)
169169
{
170170
feet++;
171171
inches = 0;

0 commit comments

Comments
 (0)