Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Sep 22, 2023
1 parent 372f32e commit c0eac44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NineChronicles.Headless/ActionEvaluationPublisher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ private async void RemoveClient(string clientAddressHex)

private sealed class IdGroupFinder
{
private Dictionary<string, List<string>> adjacencyList = new ();
private HashSet<string> visited = new ();
private Dictionary<string, List<string>> adjacencyList = new();
private HashSet<string> visited = new();
private readonly IMemoryCache _memoryCache;

public IdGroupFinder(IMemoryCache memoryCache)
Expand Down

0 comments on commit c0eac44

Please sign in to comment.