From 90010b2c1d03a8ca89e67c9bba5303b934c68101 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Fri, 29 Mar 2024 20:13:44 +1100 Subject: [PATCH] Update sync.d * whitespace cleanup --- src/sync.d | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/sync.d b/src/sync.d index fefd4224..76b24353 100644 --- a/src/sync.d +++ b/src/sync.d @@ -77,8 +77,6 @@ struct DeltaLinkDetails { string latestDeltaLink; } - - class SyncEngine { // Class Variables ApplicationConfig appConfig; @@ -179,11 +177,9 @@ class SyncEngine { // Store the latest DeltaLink string latestDeltaLink; - - // Struct of all nextLink and deltaLink URL's + // Struct of containing the deltaLink details DeltaLinkDetails deltaLinkCache; - - + // Configure this class instance this(ApplicationConfig appConfig, ItemDatabase itemDB, ClientSideFiltering selectiveSync) { // Configure the class varaible to consume the application configuration