mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 08:46:44 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -39,6 +39,6 @@ namespace DiscordChatExporter.Gui.ViewModels.Framework
|
|||||||
|
|
||||||
public static ExportSetupViewModel CreateExportSetupViewModel(this IViewModelFactory factory,
|
public static ExportSetupViewModel CreateExportSetupViewModel(this IViewModelFactory factory,
|
||||||
GuildViewModel guild, ChannelViewModel channel)
|
GuildViewModel guild, ChannelViewModel channel)
|
||||||
=> factory.CreateExportSetupViewModel(guild, new[] {channel});
|
=> factory.CreateExportSetupViewModel(guild, new[] { channel });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user