Skip to content

Commit b2410d1

Browse files
lint
1 parent 16ada17 commit b2410d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/powersync/lib/src/database/powersync_db_mixin.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ mixin PowerSyncDatabaseMixin implements SqliteConnection {
4444
StreamController<SyncStatus> statusStreamController =
4545
StreamController<SyncStatus>.broadcast();
4646

47+
@override
48+
4749
/// Broadcast stream that is notified of any table updates.
4850
///
4951
/// Unlike in [SqliteDatabase.updates], the tables reported here are the

0 commit comments

Comments
 (0)