style: remove double blank line

This commit is contained in:
Oliver Booth 2023-08-08 21:04:27 +01:00
parent aee4052954
commit 68bff36fa6
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ public sealed class BlogPost : IEquatable<BlogPost>
/// </returns>
public static bool operator !=(BlogPost? left, BlogPost? right) => !(left == right);
/// <summary>
/// Returns a value indicating whether this instance of <see cref="BlogPost" /> is equal to another instance.
/// </summary>