diff --git a/DiscordChatExporter.Gui/Behaviors/ChannelMultiSelectionListBoxBehavior.cs b/DiscordChatExporter.Gui/Behaviors/ChannelMultiSelectionListBoxBehavior.cs index bef0070..66071f5 100644 --- a/DiscordChatExporter.Gui/Behaviors/ChannelMultiSelectionListBoxBehavior.cs +++ b/DiscordChatExporter.Gui/Behaviors/ChannelMultiSelectionListBoxBehavior.cs @@ -2,4 +2,4 @@ namespace DiscordChatExporter.Gui.Behaviors; -public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior { } +public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior; diff --git a/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs b/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs index 6e70c84..e6a7436 100644 --- a/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs +++ b/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs @@ -16,4 +16,4 @@ public abstract class DialogScreen : PropertyChangedBase } } -public abstract class DialogScreen : DialogScreen { } +public abstract class DialogScreen : DialogScreen;