Skip to content

Commit a0bf11c

Browse files
committed
style: format source filter page
1 parent 76c81a9 commit a0bf11c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/headlines-feed/view/source_filter_page.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ class _SourceFilterView extends StatelessWidget {
128128
child: Column(
129129
crossAxisAlignment: CrossAxisAlignment.start,
130130
children: [
131-
_buildCountryCapsules(context, state, l10n),
132-
const SizedBox(height: AppSpacing.lg),
133-
_buildSourceTypeCapsules(context, state, l10n),
134-
const SizedBox(height: AppSpacing.lg),
135-
Expanded(child: _buildSourcesList(context, state, l10n)),
131+
_buildCountryCapsules(context, state, l10n),
132+
const SizedBox(height: AppSpacing.lg),
133+
_buildSourceTypeCapsules(context, state, l10n),
134+
const SizedBox(height: AppSpacing.lg),
135+
Expanded(child: _buildSourcesList(context, state, l10n)),
136136
],
137137
),
138138
);

lib/headlines-search/bloc/headlines_search_bloc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class HeadlinesSearchBloc
8282
try {
8383
final response = await _headlinesRepository.readAllByQuery({
8484
'query': event.searchTerm,
85-
}, limit: _limit,);
85+
}, limit: _limit);
8686
emit(
8787
HeadlinesSearchSuccess(
8888
headlines: response.items,

0 commit comments

Comments
 (0)