Skip to content

Commit

Permalink
Merge pull request #206 from BUTR/code-formatting/fix-codeformatting
Browse files Browse the repository at this point in the history
Automated PR to fix formatting errors
  • Loading branch information
Aragas authored Apr 26, 2024
2 parents 533954c + 5bc8d16 commit b12272e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public ModsAnalyzerController(ILogger<ModsAnalyzerController> logger, IAppDbCont
{
tenantContextAccessor.Current = tenant;

if (tenant == TenantId.Bannerlord)
if (tenant == TenantId.Bannerlord)
{
var toExclude = new HashSet<ModuleId>()
{
Expand Down
2 changes: 1 addition & 1 deletion src/BUTR.Site.NexusMods.ServerClient/Clients.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public CrashReportsAnalyzerClient(HttpClient client, JsonSerializerOptions optio
}
}

public partial class ModsAnalyzerClient
public partial class ModsAnalyzerClient
{
public ModsAnalyzerClient(HttpClient client, JsonSerializerOptions options) : this(client)
{
Expand Down

0 comments on commit b12272e

Please sign in to comment.