Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Jul 31, 2024
1 parent 4e55c7f commit 02f769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/santasyncservice/SNTSyncManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ - (SNTSyncStatusType)preflightOnly:(BOOL)preflightOnly {
}

SLOGE(@"Preflight failed, will try again once %@ is reachable",
[[SNTConfigurator configurator] syncBaseURL].absoluteString);
[[SNTConfigurator configurator] syncBaseURL].absoluteString);
[self startReachability];
return SNTSyncStatusTypePreflightFailed;
}
Expand Down

0 comments on commit 02f769c

Please sign in to comment.