Skip to content

Commit 92c8fe1

Browse files
committed
Changed Volume.ToString() to "xxx m³".
1 parent cadf57f commit 92c8fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/UnitsNet/Volume.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public override int GetHashCode()
279279

280280
public override string ToString()
281281
{
282-
return CubicMeters + " m3";
282+
return CubicMeters + " ";
283283
}
284284
}
285285
}

0 commit comments

Comments
 (0)