fix linter rules and format files

This commit is contained in:
Fabian Freund
2025-02-18 16:06:49 +01:00
parent ec175514e6
commit 15dfcc1a4f
39 changed files with 77 additions and 64 deletions
@@ -51,9 +51,9 @@ class TabSearch extends HookConsumerWidget {
.read(tabSearchRepositoryProvider(TabSearchPartition.search).notifier)
.addQuery(
searchTextController.text,
// ignore: avoid_redundant_argument_values
// ignore: avoid_redundant_argument_values dont break things
matchPrefix: _matchPrefix,
// ignore: avoid_redundant_argument_values
// ignore: avoid_redundant_argument_values dont break things
matchSuffix: _matchSuffix,
);
});