The great stylecop update

Beware those that read into this commit. Here there be style conformance...

Closes #1252
This commit is contained in:
Jordan Brown
2021-05-09 19:27:09 -04:00
parent d25f016316
commit b9586c7fee
609 changed files with 10032 additions and 8923 deletions
+3 -2
View File
@@ -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 UsersClient : PaginatedClient, IUsersClient
{
/// <summary>
/// Construct an <see cref="UsersClient"/>
/// Initializes a new instance of the <see cref="UsersClient"/> class.
/// </summary>
/// <param name="apiClient">The <see cref="IApiClient"/> for the <see cref="PaginatedClient"/>.</param>
public UsersClient(IApiClient apiClient)