From 1493e8d83dcf9dbe8dad11e743fa884fa78c2c50 Mon Sep 17 00:00:00 2001 From: nim-ka Date: Thu, 7 Mar 2024 03:31:01 -0800 Subject: [PATCH] Remove trailing newlines --- PluralKit.Bot/CommandMeta/CommandTree.cs | 2 +- PluralKit.Bot/Commands/Message.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PluralKit.Bot/CommandMeta/CommandTree.cs b/PluralKit.Bot/CommandMeta/CommandTree.cs index 8e31a0b3..627b1bdc 100644 --- a/PluralKit.Bot/CommandMeta/CommandTree.cs +++ b/PluralKit.Bot/CommandMeta/CommandTree.cs @@ -542,4 +542,4 @@ public partial class CommandTree // todo: maybe add the list of configuration keys here? return ctx.Reply($"{Emojis.Error} Could not find a setting with that name. Please see `pk;commands config` for the list of possible config settings."); } -} +} \ No newline at end of file diff --git a/PluralKit.Bot/Commands/Message.cs b/PluralKit.Bot/Commands/Message.cs index 5d933cec..37b5a4e0 100644 --- a/PluralKit.Bot/Commands/Message.cs +++ b/PluralKit.Bot/Commands/Message.cs @@ -433,4 +433,4 @@ public class ProxiedMessage else await ctx.Rest.CreateReaction(ctx.Message.ChannelId, ctx.Message.Id, new Emoji { Name = Emojis.Success }); } -} +} \ No newline at end of file