Skip to content

Commit

Permalink
Small DRY refactoring for the default string format
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmada committed May 6, 2016
1 parent 591ec98 commit aaa0fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetFabric.Angle.Shared/Angle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ public override int GetHashCode()
/// <returns>A string that represents the current object.</returns>
public override string ToString()
{
return ToString("R");
return ToString(null);
}

#endregion
Expand Down

0 comments on commit aaa0fc8

Please sign in to comment.