Skip to content

Commit 19d8a9a

Browse files
committed
Removed space between value and degree char in Angle.ToString().
1 parent 4bcb63e commit 19d8a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/UnitsNet/Angle.cs

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

159159
public override string ToString()
160160
{
161-
return Degrees + " °";
161+
return Degrees + "°";
162162
}
163163
}
164164
}

0 commit comments

Comments
 (0)