mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-18 22:45:31 -04:00
Fix one more formatting issue
This commit is contained in:
parent
f526dbe213
commit
fe6ba1e8f5
@ -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) { }
|
||||
|
Loading…
Reference in New Issue
Block a user