lint: newline on Emote#GetHashCode
This commit is contained in:
@@ -54,7 +54,8 @@ namespace Discord
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override int GetHashCode() => Id.GetHashCode();
|
public override int GetHashCode()
|
||||||
|
=> Id.GetHashCode();
|
||||||
|
|
||||||
/// <summary> Parses an <see cref="Emote"/> from its raw format. </summary>
|
/// <summary> Parses an <see cref="Emote"/> from its raw format. </summary>
|
||||||
/// <param name="text">The raw encoding of an emote (e.g. <c><:dab:277855270321782784></c>).</param>
|
/// <param name="text">The raw encoding of an emote (e.g. <c><:dab:277855270321782784></c>).</param>
|
||||||
|
|||||||
Reference in New Issue
Block a user