Skip to content

Commit fcaa4dc

Browse files
author
Github-actions
committed
Automatic linting
1 parent fe59ddc commit fcaa4dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/screens/nutritional_plan_screen.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ class NutritionalPlanScreen extends StatelessWidget {
126126
)
127127
: Consumer<NutritionPlansProvider>(
128128
builder: (context, value, child) =>
129-
NutritionalPlanDetailWidget(_nutritionalPlan)
130-
),
129+
NutritionalPlanDetailWidget(_nutritionalPlan)),
131130
),
132131
],
133132
),

0 commit comments

Comments
 (0)