summaryrefslogtreecommitdiff
path: root/DSACore/Hubs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-27 19:42:06 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-27 19:42:06 +0200
commit09b0c5be9e23247411da850497b9cc6519d8f155 (patch)
tree771e022164ccde965f7d23fbbfc28587d5193987 /DSACore/Hubs
parente8dc39bf293aa0c6f2eb27104d5023c5a56e1ba4 (diff)
testing
Diffstat (limited to 'DSACore/Hubs')
-rw-r--r--DSACore/Hubs/ChatHub.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSACore/Hubs/ChatHub.cs b/DSACore/Hubs/ChatHub.cs
index 44d86e1..6af8c38 100644
--- a/DSACore/Hubs/ChatHub.cs
+++ b/DSACore/Hubs/ChatHub.cs
@@ -1,8 +1,8 @@
-using Microsoft.AspNetCore.SignalR;
-using System;
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
+using Microsoft.AspNetCore.SignalR;
namespace DSACore.Hubs
{