Update sync.d

* whitespace cleanup
This commit is contained in:
abraunegg 2024-03-29 20:13:44 +11:00
parent 3d660921dd
commit 90010b2c1d

View file

@ -77,8 +77,6 @@ struct DeltaLinkDetails {
string latestDeltaLink; string latestDeltaLink;
} }
class SyncEngine { class SyncEngine {
// Class Variables // Class Variables
ApplicationConfig appConfig; ApplicationConfig appConfig;
@ -179,11 +177,9 @@ class SyncEngine {
// Store the latest DeltaLink // Store the latest DeltaLink
string latestDeltaLink; string latestDeltaLink;
// Struct of containing the deltaLink details
// Struct of all nextLink and deltaLink URL's
DeltaLinkDetails deltaLinkCache; DeltaLinkDetails deltaLinkCache;
// Configure this class instance // Configure this class instance
this(ApplicationConfig appConfig, ItemDatabase itemDB, ClientSideFiltering selectiveSync) { this(ApplicationConfig appConfig, ItemDatabase itemDB, ClientSideFiltering selectiveSync) {
// Configure the class varaible to consume the application configuration // Configure the class varaible to consume the application configuration