Remove trailing newlines

This commit is contained in:
nim-ka 2024-03-07 03:31:01 -08:00
parent 8f7f4ab6f4
commit 1493e8d83d
2 changed files with 2 additions and 2 deletions

View file

@ -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.");
}
}
}

View file

@ -433,4 +433,4 @@ public class ProxiedMessage
else
await ctx.Rest.CreateReaction(ctx.Message.ChannelId, ctx.Message.Id, new Emoji { Name = Emojis.Success });
}
}
}