From a9481bc05f4c92dbaa5a0ee30d31e2a9de13dde1 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Mon, 14 Dec 2020 16:46:56 +0100 Subject: [PATCH] Fix GamePreset newline characters so Rider can sleep easy today --- Content.Server/GameTicking/GamePreset.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server/GameTicking/GamePreset.cs b/Content.Server/GameTicking/GamePreset.cs index e70cab4547..00389e01d8 100644 --- a/Content.Server/GameTicking/GamePreset.cs +++ b/Content.Server/GameTicking/GamePreset.cs @@ -1,5 +1,5 @@ #nullable enable annotations -using System.Collections.Generic; +using System.Collections.Generic; using Content.Shared.Preferences; using Content.Server.Administration; using Content.Server.GameObjects.Components.Mobs; @@ -14,7 +14,7 @@ using Content.Shared.GameObjects.Components.Mobs.State; using Robust.Shared.Network; using Robust.Shared.Interfaces.GameObjects; using Robust.Server.Interfaces.Console; -using Robust.Server.Interfaces.Player; +using Robust.Server.Interfaces.Player; using Robust.Shared.IoC; namespace Content.Server.GameTicking