Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit bafe502
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
code-factor committed Jan 31, 2025
1 parent 074b2ed commit f9db33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/extemsions/ExtensionScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class _BrowseScreenState extends ConsumerState<ExtensionScreen>
hintText: "Add Anime Repo...",
disableIcons: true,
),
SizedBox(height: 10), // Add spacing between fields
const SizedBox(height: 10), // Add spacing between fields
CustomSearchBar(
controller: mangaRepoController,
onSubmitted: (value) {},
Expand Down

0 comments on commit f9db33b

Please sign in to comment.