Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 24, 2024
1 parent 1408a5f commit 4310b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app_cv_sembast/lib/src/app_cv_sembast.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ export 'db_record.dart'
export 'db_store.dart'
show
cvIntStoreFactory,
// ignore: deprecated_member_use_from_same_package
cvIntRecordFactory, // tmp
cvStringStoreFactory,
// ignore: deprecated_member_use_from_same_package
cvStringRecordFactory, // tmp
CvStoreFactory,
CvIntStoreFactory,
Expand Down

0 comments on commit 4310b96

Please sign in to comment.