Remove trailing whitespace

pull/172/head
Oleksii Holub 5 years ago
parent 1edeaf9d3a
commit a7da90943f

@ -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…
Cancel
Save