fix formatting

This commit is contained in:
Fabian Freund
2026-02-06 13:00:52 +01:00
parent b2dc0b7064
commit 5cfef24f77
6 changed files with 65 additions and 38 deletions
@@ -106,7 +106,11 @@ class BrowserAddonService extends _$BrowserAddonService {
}
}
} catch (e, s) {
logger.e('Failed installing from file: $filePath', error: e, stackTrace: s);
logger.e(
'Failed installing from file: $filePath',
error: e,
stackTrace: s,
);
rethrow;
}
}
@@ -40,10 +40,7 @@ class SelectFeedDialog extends HookConsumerWidget {
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
Text(
'Add Feed',
style: Theme.of(context).textTheme.titleLarge,
),
Text('Add Feed', style: Theme.of(context).textTheme.titleLarge),
const SizedBox(height: 16),
...feedUris.map(
(uri) => HookConsumer(