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;
}
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