Skip to content

Commit

Permalink
Test auto-reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
V-X-L-U committed Jan 30, 2025
1 parent 67f4874 commit d1b8430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/lib/views/model_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ModelView extends StatelessWidget {

@override
Widget build(BuildContext context) {
return Padding(
return Scaffold(body:Padding(
padding: EdgeInsets.all(16.0),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand All @@ -24,6 +24,6 @@ class ModelView extends StatelessWidget {
),
],
),
);
),);
}
}

0 comments on commit d1b8430

Please sign in to comment.