Skip to content

Commit

Permalink
Fix quality gate
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriela-trutan-sonarsource committed Sep 30, 2024
1 parent 2e1f330 commit 5bfcc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SLCore/State/ServerConnectionsProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public Dictionary<string, ServerConnectionConfiguration> GetServerConnections()
return succeeded ? GetServerConnectionConfigurations(serverConnections).ToDictionary(conf => conf.connectionId) : [];
}

private List<ServerConnectionConfiguration> GetServerConnectionConfigurations(IReadOnlyList<ServerConnection> serverConnections)
private static List<ServerConnectionConfiguration> GetServerConnectionConfigurations(IReadOnlyList<ServerConnection> serverConnections)
{
var serverConnectionConfigurations = new List<ServerConnectionConfiguration>();
foreach (var serverConnection in serverConnections)
Expand Down

0 comments on commit 5bfcc5d

Please sign in to comment.