From 2ec2433696ad79efd49e970381b7b7deeda4454b Mon Sep 17 00:00:00 2001 From: distributivgesetz Date: Sat, 2 Sep 2023 11:43:48 +0200 Subject: [PATCH] tab character snuck in here --- src/Tgstation.Server.Host/Models/UserGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Models/UserGroup.cs b/src/Tgstation.Server.Host/Models/UserGroup.cs index 3114f47cd0..d914fe872b 100644 --- a/src/Tgstation.Server.Host/Models/UserGroup.cs +++ b/src/Tgstation.Server.Host/Models/UserGroup.cs @@ -8,7 +8,7 @@ using Tgstation.Server.Api.Models.Response; namespace Tgstation.Server.Host.Models { /// - /// Represents a group of s. + /// Represents a group of s. /// public sealed class UserGroup : NamedEntity, IApiTransformable {