From a7da90943ff0d46693c12152ae51d6af90e08340 Mon Sep 17 00:00:00 2001 From: Oleksii Holub Date: Fri, 12 Apr 2019 13:48:13 +0300 Subject: [PATCH] Remove trailing whitespace --- DiscordChatExporter.Cli/Verbs/GetDirectMessageChannelsVerb.cs | 2 +- DiscordChatExporter.Cli/Verbs/GetGuildsVerb.cs | 2 +- DiscordChatExporter.Core.Models/Channel.cs | 2 +- DiscordChatExporter.Gui/App.xaml.cs | 2 +- DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs | 2 +- DiscordChatExporter.Gui/ViewModels/Framework/Extensions.cs | 2 +- DiscordChatExporter.Gui/ViewModels/RootViewModel.cs | 2 +- DiscordChatExporter.Gui/Views/RootView.xaml.cs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DiscordChatExporter.Cli/Verbs/GetDirectMessageChannelsVerb.cs b/DiscordChatExporter.Cli/Verbs/GetDirectMessageChannelsVerb.cs index 9c78d93..c7174ac 100644 --- a/DiscordChatExporter.Cli/Verbs/GetDirectMessageChannelsVerb.cs +++ b/DiscordChatExporter.Cli/Verbs/GetDirectMessageChannelsVerb.cs @@ -8,7 +8,7 @@ namespace DiscordChatExporter.Cli.Verbs { public class GetDirectMessageChannelsVerb : Verb { - public GetDirectMessageChannelsVerb(GetDirectMessageChannelsOptions options) + public GetDirectMessageChannelsVerb(GetDirectMessageChannelsOptions options) : base(options) { } diff --git a/DiscordChatExporter.Cli/Verbs/GetGuildsVerb.cs b/DiscordChatExporter.Cli/Verbs/GetGuildsVerb.cs index fe57c24..1ebb037 100644 --- a/DiscordChatExporter.Cli/Verbs/GetGuildsVerb.cs +++ b/DiscordChatExporter.Cli/Verbs/GetGuildsVerb.cs @@ -8,7 +8,7 @@ namespace DiscordChatExporter.Cli.Verbs { public class GetGuildsVerb : Verb { - public GetGuildsVerb(GetGuildsOptions options) + public GetGuildsVerb(GetGuildsOptions options) : base(options) { } diff --git a/DiscordChatExporter.Core.Models/Channel.cs b/DiscordChatExporter.Core.Models/Channel.cs index a02316c..513970d 100644 --- a/DiscordChatExporter.Core.Models/Channel.cs +++ b/DiscordChatExporter.Core.Models/Channel.cs @@ -15,7 +15,7 @@ public string Topic { get; } public ChannelType Type { get; } - + public Channel(string id, string parentId, string guildId, string name, string topic, ChannelType type) { Id = id; diff --git a/DiscordChatExporter.Gui/App.xaml.cs b/DiscordChatExporter.Gui/App.xaml.cs index 381f734..57df507 100644 --- a/DiscordChatExporter.Gui/App.xaml.cs +++ b/DiscordChatExporter.Gui/App.xaml.cs @@ -1,6 +1,6 @@ namespace DiscordChatExporter.Gui { public partial class App - { + { } } \ No newline at end of file diff --git a/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs b/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs index 8df6226..c1da8c9 100644 --- a/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs +++ b/DiscordChatExporter.Gui/ViewModels/Framework/DialogScreen.cs @@ -21,6 +21,6 @@ namespace DiscordChatExporter.Gui.ViewModels.Framework } public abstract class DialogScreen : DialogScreen - { + { } } \ No newline at end of file diff --git a/DiscordChatExporter.Gui/ViewModels/Framework/Extensions.cs b/DiscordChatExporter.Gui/ViewModels/Framework/Extensions.cs index aa08969..6f6e74d 100644 --- a/DiscordChatExporter.Gui/ViewModels/Framework/Extensions.cs +++ b/DiscordChatExporter.Gui/ViewModels/Framework/Extensions.cs @@ -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 }); } } \ No newline at end of file diff --git a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs index f1e2475..a7f302a 100644 --- a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs +++ b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs @@ -274,7 +274,7 @@ namespace DiscordChatExporter.Gui.ViewModels } // Get chat log - var chatLog = await _dataService.GetChatLogAsync(token, dialog.Guild, channel, + var chatLog = await _dataService.GetChatLogAsync(token, dialog.Guild, channel, dialog.After, dialog.Before, operation); // Export diff --git a/DiscordChatExporter.Gui/Views/RootView.xaml.cs b/DiscordChatExporter.Gui/Views/RootView.xaml.cs index 9657d35..f9a00a9 100644 --- a/DiscordChatExporter.Gui/Views/RootView.xaml.cs +++ b/DiscordChatExporter.Gui/Views/RootView.xaml.cs @@ -4,7 +4,7 @@ { public RootView() { - InitializeComponent(); + InitializeComponent(); } } } \ No newline at end of file