tab character snuck in here

This commit is contained in:
distributivgesetz
2023-09-02 11:43:48 +02:00
parent 18bc8b64d5
commit 2ec2433696
@@ -8,7 +8,7 @@ using Tgstation.Server.Api.Models.Response;
namespace Tgstation.Server.Host.Models
{
/// <summary>
/// Represents a group of <see cref="User"/>s.
/// Represents a group of <see cref="User"/>s.
/// </summary>
public sealed class UserGroup : NamedEntity, IApiTransformable<UserGroupResponse>
{