From dccd9a2f08135c1efe92fbb7626a2835f783b95a Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:43:13 +0200 Subject: [PATCH] Cleanup --- .../Behaviors/ChannelMultiSelectionListBoxBehavior.cs | 2 +- DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;