refactor: format

This commit is contained in:
edde746
2025-12-12 17:05:26 +01:00
parent b0ee43d8cd
commit 11461eefe5
47 changed files with 518 additions and 121 deletions
+1 -3
View File
@@ -76,9 +76,7 @@ class OfflineWatchSyncService extends ChangeNotifier {
/// Push always happens immediately. Pull respects [minSyncInterval] unless [force] is true.
Future<void> _performBidirectionalSync({bool force = false}) async {
if (_serverManager.onlineClients.isEmpty) {
appLogger.d(
'Skipping watch sync - no connected servers available yet',
);
appLogger.d('Skipping watch sync - no connected servers available yet');
return;
}