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
|
@ -8,7 +8,7 @@ namespace DiscordChatExporter.Cli.Verbs
|
||||||
{
|
{
|
||||||
public class GetDirectMessageChannelsVerb : Verb<GetDirectMessageChannelsOptions>
|
public class GetDirectMessageChannelsVerb : Verb<GetDirectMessageChannelsOptions>
|
||||||
{
|
{
|
||||||
public GetDirectMessageChannelsVerb(GetDirectMessageChannelsOptions options)
|
public GetDirectMessageChannelsVerb(GetDirectMessageChannelsOptions options)
|
||||||
: base(options)
|
: base(options)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ namespace DiscordChatExporter.Cli.Verbs
|
||||||
{
|
{
|
||||||
public class GetGuildsVerb : Verb<GetGuildsOptions>
|
public class GetGuildsVerb : Verb<GetGuildsOptions>
|
||||||
{
|
{
|
||||||
public GetGuildsVerb(GetGuildsOptions options)
|
public GetGuildsVerb(GetGuildsOptions options)
|
||||||
: base(options)
|
: base(options)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
public string Topic { get; }
|
public string Topic { get; }
|
||||||
|
|
||||||
public ChannelType Type { get; }
|
public ChannelType Type { get; }
|
||||||
|
|
||||||
public Channel(string id, string parentId, string guildId, string name, string topic, ChannelType type)
|
public Channel(string id, string parentId, string guildId, string name, string topic, ChannelType type)
|
||||||
{
|
{
|
||||||
Id = id;
|
Id = id;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace DiscordChatExporter.Gui
|
namespace DiscordChatExporter.Gui
|
||||||
{
|
{
|
||||||
public partial class App
|
public partial class App
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -21,6 +21,6 @@ namespace DiscordChatExporter.Gui.ViewModels.Framework
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract class DialogScreen : DialogScreen<bool?>
|
public abstract class DialogScreen : DialogScreen<bool?>
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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 });
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -274,7 +274,7 @@ namespace DiscordChatExporter.Gui.ViewModels
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get chat log
|
// 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);
|
dialog.After, dialog.Before, operation);
|
||||||
|
|
||||||
// Export
|
// Export
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
public RootView()
|
public RootView()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue