Skip to content

Commit 20ff983

Browse files
committed
Formatting
1 parent fca80a6 commit 20ff983

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/screens/log_meals_screen.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ class _LogMealsScreenState extends State<LogMealsScreen> {
3636

3737
@override
3838
Widget build(BuildContext context) {
39-
final nutritionalPlan =
40-
ModalRoute.of(context)!.settings.arguments as NutritionalPlan;
39+
final nutritionalPlan = ModalRoute.of(context)!.settings.arguments as NutritionalPlan;
4140

4241
return Scaffold(
4342
appBar: AppBar(
@@ -52,8 +51,7 @@ class _LogMealsScreenState extends State<LogMealsScreen> {
5251
child: Padding(
5352
padding: const EdgeInsets.all(16.0),
5453
child: Text(
55-
AppLocalizations.of(context)
56-
.yourCurrentNutritionPlanHasNoMealsDefinedYet,
54+
AppLocalizations.of(context).yourCurrentNutritionPlanHasNoMealsDefinedYet,
5755
textAlign: TextAlign.center,
5856
style: Theme.of(context).textTheme.titleMedium,
5957
),

0 commit comments

Comments
 (0)