From 5ea34d7e9f176791cdc56ffb6ce94d686a2d8ebc Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Fri, 5 Jun 2020 02:41:27 +0200 Subject: [PATCH] Fix comment indent --- ChaosBot/Discord/Modules/LodestoneCommands.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChaosBot/Discord/Modules/LodestoneCommands.cs b/ChaosBot/Discord/Modules/LodestoneCommands.cs index 25b76bb..fce7ca7 100644 --- a/ChaosBot/Discord/Modules/LodestoneCommands.cs +++ b/ChaosBot/Discord/Modules/LodestoneCommands.cs @@ -137,8 +137,8 @@ namespace ChaosBot.Discord.Modules } /* - * Add the string to the Embed - */ + * Add the string to the Embed + */ embed.Description = sb.ToString(); return embed; } @@ -193,8 +193,8 @@ namespace ChaosBot.Discord.Modules sb.Append("```"); /* - * Add the string to the Embed - */ + * Add the string to the Embed + */ embed.Description = sb.ToString(); return embed; }