[CLI] Remove redundant whitespace

This commit is contained in:
Tyrrrz 2021-03-25 00:44:21 +02:00
parent 1b8af364d3
commit ad3655396f

View file

@ -90,8 +90,6 @@ namespace DiscordChatExporter.Cli.Commands.Base
}, ParallelLimit.ClampMin(1));
});
await console.Output.WriteLineAsync();
// Print result
using (console.WithForegroundColor(ConsoleColor.White))
{