diff --git a/TwitchDownloaderCore/ChatDownloader.cs b/TwitchDownloaderCore/ChatDownloader.cs index d74df7b8..d55e8e30 100644 --- a/TwitchDownloaderCore/ChatDownloader.cs +++ b/TwitchDownloaderCore/ChatDownloader.cs @@ -530,6 +530,8 @@ public async Task DownloadAsync(IProgress progress, Cancellation default: throw new NotSupportedException($"{downloadOptions.DownloadFormat} is not a supported output format."); } + + Console.WriteLine(); } } -} \ No newline at end of file +}