Skip to content

Commit

Permalink
fix: formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 19, 2024
1 parent 2ee1f5a commit 37c3241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/at_client/lib/src/service/sync_service_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ class SyncServiceImpl implements SyncService, AtSignChangeListener {
if (_shouldSkipDeletes(skipDeletesUntil, serverCommitId)) {
syncBuilder.skipDeletesUntil = skipDeletesUntil;
}

_logger.finer(_logger.getLogMessageWithClientParticulars(
_atClient.getPreferences()!.atClientParticulars,
'syncBuilder ${syncBuilder.buildCommand()}'));
Expand Down

0 comments on commit 37c3241

Please sign in to comment.