Fix one more formatting issue

This commit is contained in:
Leonardo Mosquera 2025-04-01 14:37:55 -03:00
parent f526dbe213
commit fe6ba1e8f5

View file

@ -5,5 +5,4 @@ namespace DiscordChatExporter.Core.Exceptions;
// Thrown when there is circumstancially no message to export with given parameters,
// though it should not be treated as a runtime error; simply warn instead
public class ChannelEmptyException(string message)
: DiscordChatExporterException(message, false, null)
{ }
: DiscordChatExporterException(message, false, null) { }