From 32cf0f4c8e33e13ee5cfdba5247ec9903ff7a60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Mon, 17 Aug 2020 20:45:48 +0200 Subject: [PATCH] Fix fillgas indentation. --- Content.Server/Atmos/AtmosCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Atmos/AtmosCommands.cs b/Content.Server/Atmos/AtmosCommands.cs index 29525acaae..c53a0862d8 100644 --- a/Content.Server/Atmos/AtmosCommands.cs +++ b/Content.Server/Atmos/AtmosCommands.cs @@ -138,7 +138,7 @@ namespace Content.Server.Atmos } } - public class FillGas : IClientCommand + public class FillGas : IClientCommand { public string Command => "fillgas"; public string Description => "Adds gas to all tiles in a grid.";