lint: newline on Emote#GetHashCode

This commit is contained in:
Christopher Felegy
2019-06-04 14:05:59 -04:00
parent 1b54883896
commit 63ccd05faa

View File

@@ -54,7 +54,8 @@ namespace Discord
}
/// <inheritdoc />
public override int GetHashCode() => Id.GetHashCode();
public override int GetHashCode()
=> Id.GetHashCode();
/// <summary> Parses an <see cref="Emote"/> from its raw format. </summary>
/// <param name="text">The raw encoding of an emote (e.g. <c>&lt;:dab:277855270321782784&gt;</c>).</param>