Skip to content

Commit

Permalink
s_
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Feb 6, 2024
1 parent 6cc0b0b commit cfe31ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Bot/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dotnet_diagnostic.CA1852.severity = suggestion
[*.cs]
# ReSharper
resharper_function_never_returns_highlighting = none
dotnet_naming_rule.static_fields_should_have_prefix.resharper_style = static_prefix_style

# New line preferences
csharp_new_line_before_open_brace = all
Expand Down
2 changes: 1 addition & 1 deletion Bot/Clash/Coc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static class Coc
private const string ClanId = "#2QU2UCJJC"; // 2G8LP8PVV
private static readonly ClashOfClansClient s_client = new(Secrets.s_coc);
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
internal static ClanUtil s_clan { get; private set; }
internal static ClanUtil s_clan;// { get; private set; }
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.

private static void CheckMembersJoined(ClanUtil clan)
Expand Down

0 comments on commit cfe31ac

Please sign in to comment.