mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-12 22:25:38 -04:00
Remove trailing whitespace
This commit is contained in:
parent
1edeaf9d3a
commit
a7da90943f
8 changed files with 8 additions and 8 deletions
|
@ -39,6 +39,6 @@ namespace DiscordChatExporter.Gui.ViewModels.Framework
|
|||
|
||||
public static ExportSetupViewModel CreateExportSetupViewModel(this IViewModelFactory factory,
|
||||
GuildViewModel guild, ChannelViewModel channel)
|
||||
=> factory.CreateExportSetupViewModel(guild, new[] {channel});
|
||||
=> factory.CreateExportSetupViewModel(guild, new[] { channel });
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue