Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jan 11, 2024
1 parent 182f248 commit dccd9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace DiscordChatExporter.Gui.Behaviors;

public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior<Channel> { }
public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior<Channel>;
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ public void Close(T dialogResult)
}
}

public abstract class DialogScreen : DialogScreen<bool?> { }
public abstract class DialogScreen : DialogScreen<bool?>;

0 comments on commit dccd9a2

Please sign in to comment.