diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:22:00 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:22:00 +0100 |
| commit | 39ef1106d7ed9cef1ec6fcb0703ce7550080ee45 (patch) | |
| tree | 8a33fbe425478521b88f651dda8ecac8bdf47453 /Emby.Server.Implementations/Net/IWebSocket.cs | |
| parent | 58b582bdcb11bbcc45099e3f196ae26b93a41418 (diff) | |
Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
Diffstat (limited to 'Emby.Server.Implementations/Net/IWebSocket.cs')
| -rw-r--r-- | Emby.Server.Implementations/Net/IWebSocket.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Net/IWebSocket.cs b/Emby.Server.Implementations/Net/IWebSocket.cs index f79199a07..432b1e41a 100644 --- a/Emby.Server.Implementations/Net/IWebSocket.cs +++ b/Emby.Server.Implementations/Net/IWebSocket.cs @@ -1,7 +1,7 @@ using System; +using System.Net.WebSockets; using System.Threading; using System.Threading.Tasks; -using System.Net.WebSockets; namespace Emby.Server.Implementations.Net { |
