Skip to content

Commit 14caad1

Browse files
Merge branch 'dart-format-v2-klortiz13' of https://github.com/UCSD/campus-mobile into dart-format-v2-klortiz13
2 parents b752731 + cfa3a97 commit 14caad1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

lib/ui/parking/spot_types_view.dart

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ class _SpotTypesViewState extends State<SpotTypesView> {
4646
);
4747

4848
List<Widget> createList(BuildContext context) {
49-
var selectedSpots =
50-
Provider.of<ParkingDataProvider>(context).spotTypesState.values.where((selected) => selected == true).length;
49+
var selectedSpots = Provider.of<ParkingDataProvider>(context)
50+
.spotTypesState
51+
.values
52+
.where((selected) => selected == true)
53+
.length;
5154

5255
List<Widget> list = [];
5356

0 commit comments

Comments
 (0)