more cleanup

This commit is contained in:
Michele Scandura 2020-11-18 11:22:46 +00:00
parent af441e772b
commit 77832db39d
28 changed files with 45 additions and 105 deletions

View file

@ -1,5 +1,4 @@
using Sledgemapper.Shared.Entities;
using System;
using System.Threading.Tasks;
namespace Sledgemapper.Clients

View file

@ -5,7 +5,7 @@ namespace SignalRChat.Hubs
{
public static class ExtensionMethods
{
private static Random rng = new Random();
private static Random rng = new();
public static void Shuffle<T>(this IList<T> list)
{