Skip to content

Commit

Permalink
refactor: improve code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocre9 committed Jul 21, 2024
1 parent 99e0b7b commit c40e1dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/screens/feedback_screen/feedback_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ class _FeedbackScreenState extends State<FeedbackScreen>
case Loading():
return Transform.scale(
scale: 0.7,
child:
const CircularProgressIndicator(color: Colors.blue),
child: const CircularProgressIndicator(
color: Colors.blue,
),
);

default:
Expand Down

0 comments on commit c40e1dd

Please sign in to comment.