Remove whitespace

This commit is contained in:
whimsical-c4lic0 2025-05-06 15:57:09 -05:00
parent 44890f51ee
commit 6a42dbe53e

View File

@ -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)