dotnet format
This commit is contained in:
@ -74,9 +74,9 @@ public class Location : Properties.ILocation, IEquatable<Location>
|
||||
return result;
|
||||
}
|
||||
|
||||
#pragma warning disable IDE0070
|
||||
#pragma warning disable IDE0070
|
||||
public override int GetHashCode()
|
||||
#pragma warning restore IDE0070
|
||||
#pragma warning restore IDE0070
|
||||
{
|
||||
int hashCode = -773114317;
|
||||
hashCode = hashCode * -1521134295 + Bottom.GetHashCode();
|
||||
|
Reference in New Issue
Block a user