Skip to content

Commit bab7f4a

Browse files
committed
style: fix indentation in edit headline page
- Adjust indentation in the buildBlocListener method - Ensure consistent formatting for better code readability
1 parent 54b4d5c commit bab7f4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/content_management/view/edit_headline_page.dart

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ class _EditHeadlineViewState extends State<_EditHeadlineView> {
144144
_imageUrlController.text = state.imageUrl;
145145
}
146146
},
147-
builder: (context, state) {
148-
if (state.status == EditHeadlineStatus.loading) {
149-
return LoadingStateWidget(
150-
icon: Icons.newspaper,
151-
headline: l10n.loadingHeadline,
152-
subheadline: l10n.pleaseWait,
153-
);
154-
}
147+
builder: (context, state) {
148+
if (state.status == EditHeadlineStatus.loading) {
149+
return LoadingStateWidget(
150+
icon: Icons.newspaper,
151+
headline: l10n.loadingHeadline,
152+
subheadline: l10n.pleaseWait,
153+
);
154+
}
155155

156156
if (state.status == EditHeadlineStatus.failure &&
157157
state.initialHeadline == null) {

0 commit comments

Comments
 (0)