Skip to content

Commit

Permalink
Fix lint in new test
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 4, 2024
1 parent ca6a407 commit ec841e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drift_flutter/test/close_synchronously_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void main() {
}

class _MyApp extends StatefulWidget {
const _MyApp(this.db, {super.key});
const _MyApp(this.db);
final _EmptyDatabase db;

@override
Expand Down

0 comments on commit ec841e7

Please sign in to comment.