Skip to content

Commit

Permalink
feat: Adds partial keyword to the Server.Utility class (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekGooding authored Sep 16, 2024
1 parent 465d3c8 commit 893441f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/Server/Utilities/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace Server;

Check notice on line 18 in Projects/Server/Utilities/Utility.cs

View workflow job for this annotation

GitHub Actions / Qodana for .NET

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'Server.Utilities'

public static class Utility
public static partial class Utility
{
private static Dictionary<IPAddress, IPAddress> _ipAddressTable;

Expand Down

0 comments on commit 893441f

Please sign in to comment.