Skip to content

Commit

Permalink
Fix one more lint in devtools extension
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 18, 2023
1 parent 22cbd24 commit 682e054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/drift_devtools_extension/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DriftDevtoolsBody extends ConsumerWidget {
}

class _InfoButton extends StatelessWidget {
const _InfoButton({super.key});
const _InfoButton();

@override
Widget build(BuildContext context) {
Expand Down

0 comments on commit 682e054

Please sign in to comment.