From 6a42dbe53eaeadaaf69c3d8950c6f5f7a279e1d3 Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Tue, 6 May 2025 15:57:09 -0500 Subject: [PATCH] Remove whitespace --- OF DL/Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OF DL/Program.cs b/OF DL/Program.cs index bac1b0d..b47be8c 100644 --- a/OF DL/Program.cs +++ b/OF DL/Program.cs @@ -580,7 +580,7 @@ public class Program Log.Debug("Deleting auth.json"); File.Delete("auth.json"); } - + if (cliNonInteractive) { AnsiConsole.MarkupLine($"\n[red]auth.json has invalid JSON syntax. The file can be generated automatically when OF-DL is run in the standard, interactive mode.[/]\n"); @@ -1685,7 +1685,7 @@ public class Program { archived = await downloadContext.ApiHelper.GetArchived($"/users/{user.Value}/posts", path, downloadContext.DownloadConfig!, ctx); }); - + int oldArchivedCount = 0; int newArchivedCount = 0; if (archived != null && archived.ArchivedPosts.Count > 0) @@ -1818,7 +1818,7 @@ public class Program { posts = await downloadContext.ApiHelper.GetPosts($"/users/{user.Value}/posts", path, downloadContext.DownloadConfig!, paid_post_ids, ctx); }); - + int oldPostCount = 0; int newPostCount = 0; if (posts == null || posts.Posts.Count <= 0) @@ -2340,7 +2340,7 @@ public class Program { streams = await downloadContext.ApiHelper.GetStreams($"/users/{user.Value}/posts/streams", path, downloadContext.DownloadConfig!, paid_post_ids, ctx); }); - + int oldStreamsCount = 0; int newStreamsCount = 0; if (streams == null || streams.Streams.Count <= 0)