Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 29, 2024
1 parent 9db0c86 commit db808c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drift_dev/lib/api/migrations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ extension VerifySelf on GeneratedDatabase {
/// When [validateDropped] is enabled (it is by default), this method also
/// verifies that all schema elements that you've deleted at some point are no
/// longer present in your runtime schema.
///
///
/// [validateDatabaseSchema] is only supported on native platforms (Android,
/// iOS, macOS, Linux and Windows).
Future<void> validateDatabaseSchema({bool validateDropped = true}) async {
Expand Down

0 comments on commit db808c2

Please sign in to comment.