Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 16, 2023
1 parent 220c712 commit 0b537b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/lib/snippets/modular/drift/dart_example.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import 'example.drift.dart';

class DartExample extends ExampleDrift {
Expand Down
3 changes: 1 addition & 2 deletions drift_dev/test/services/schema/validate_schema_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ class _TestDatabase extends GeneratedDatabase {
@override
DriftDatabaseOptions options = DriftDatabaseOptions();

_TestDatabase.connect(super.connection)
: super.connect();
_TestDatabase.connect(super.connection) : super.connect();
}

void main() {
Expand Down

0 comments on commit 0b537b5

Please sign in to comment.