style: run formatter
This commit is contained in:
+3
-3
@@ -98,8 +98,8 @@ internal class Message {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private int GenerateHash() {
|
private int GenerateHash() {
|
||||||
return this.SortCode.GetHashCode()
|
return this.SortCode.GetHashCode()
|
||||||
^ string.Join("", this.Sender.Select(c => c.StringValue())).GetHashCode()
|
^ string.Join("", this.Sender.Select(c => c.StringValue())).GetHashCode()
|
||||||
^ string.Join("", this.Content.Select(c => c.StringValue())).GetHashCode();
|
^ string.Join("", this.Content.Select(c => c.StringValue())).GetHashCode();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user