Fix comment indent

This commit is contained in:
Daniel_I_Am 2020-06-05 02:41:27 +02:00
parent afafe1f61c
commit 5ea34d7e9f
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -137,8 +137,8 @@ namespace ChaosBot.Discord.Modules
} }
/* /*
* Add the string to the Embed * Add the string to the Embed
*/ */
embed.Description = sb.ToString(); embed.Description = sb.ToString();
return embed; return embed;
} }
@ -193,8 +193,8 @@ namespace ChaosBot.Discord.Modules
sb.Append("```"); sb.Append("```");
/* /*
* Add the string to the Embed * Add the string to the Embed
*/ */
embed.Description = sb.ToString(); embed.Description = sb.ToString();
return embed; return embed;
} }