From 36c3e075356303d05e3962f9d1c5303fb17ad3ce Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Mon, 1 Jan 2018 19:44:57 +0000 Subject: [PATCH] Remove CRLF from GameServer.cs. --- OpenRA.Game/Network/GameServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Game/Network/GameServer.cs b/OpenRA.Game/Network/GameServer.cs index 49c94b7858..0608a30120 100644 --- a/OpenRA.Game/Network/GameServer.cs +++ b/OpenRA.Game/Network/GameServer.cs @@ -9,8 +9,8 @@ */ #endregion -using System; -using System.Collections.Generic; +using System; +using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using OpenRA.Graphics;