Skip to content

Commit

Permalink
Deleted extra row
Browse files Browse the repository at this point in the history
  • Loading branch information
bob-byte committed Sep 23, 2022
1 parent d1d371b commit 8b81c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WpfClient/LUC.DiscoveryService/DiscoveryServiceFacade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class DiscoveryServiceFacade
public static DiscoveryService InitWithoutForceToStart( ICurrentUserProvider currentUserProvider, ISettingsService settingsService )
{
DsBucketsSupported.Define( currentUserProvider, out ConcurrentDictionary<String, String> bucketsSupported );
HashSet<String> bucketsSupported = new HashSet<String>();

DiscoveryService discoveryService = InternalInitWithoutForceToStart( currentUserProvider, bucketsSupported, settingsService.MachineId );
return discoveryService;
}
Expand Down

0 comments on commit 8b81c4c

Please sign in to comment.