mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
The great stylecop update
Beware those that read into this commit. Here there be style conformance... Closes #1252
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using Tgstation.Server.Api;
|
||||
using Tgstation.Server.Api.Models;
|
||||
using Tgstation.Server.Api.Models.Request;
|
||||
@@ -13,7 +14,7 @@ namespace Tgstation.Server.Client
|
||||
sealed class UserGroupsClient : PaginatedClient, IUserGroupsClient
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserGroupsClient"/> <see langword="class"/>.
|
||||
/// Initializes a new instance of the <see cref="UserGroupsClient"/> class.
|
||||
/// </summary>
|
||||
/// <param name="apiClient">The <see cref="IApiClient"/> for the <see cref="PaginatedClient"/>.</param>
|
||||
public UserGroupsClient(IApiClient apiClient)
|
||||
|
||||
Reference in New Issue
Block a user