Skip to content

Commit f3b9017

Browse files
committed
Fix some formatting issues
1 parent 864bdc6 commit f3b9017

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

policy/examples/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ File: [`tiered-parking-fees-per-hour.json`](tiered-parking-fees-per-hour.json)
479479
"vehicle_types": ["bicycle", "scooter"],
480480
"maximum": 2,
481481
"rate_amount": 1000,
482-
"rate_recurrence": "each_time_unit"
482+
"rate_recurrence": "each_time_unit"
483483
},
484484
{
485485
"name": "1-2 Hours",
@@ -491,7 +491,7 @@ File: [`tiered-parking-fees-per-hour.json`](tiered-parking-fees-per-hour.json)
491491
"vehicle_types": ["bicycle", "scooter"],
492492
"maximum": 1,
493493
"rate_amount": 400,
494-
"rate_recurrence": "each_time_unit"
494+
"rate_recurrence": "each_time_unit"
495495
},
496496
{
497497
"name": "0-1 Hour",
@@ -503,7 +503,7 @@ File: [`tiered-parking-fees-per-hour.json`](tiered-parking-fees-per-hour.json)
503503
"vehicle_types": ["bicycle", "scooter"],
504504
"maximum": 0,
505505
"rate_amount": 200,
506-
"rate_recurrence": "each_time_unit"
506+
"rate_recurrence": "each_time_unit"
507507
}
508508
]
509509
}
@@ -539,7 +539,7 @@ File: [`tiered-parking-fees-total.json`](tiered-parking-fees-total.json)
539539
"vehicle_types": ["bicycle", "scooter"],
540540
"maximum": 2,
541541
"rate_amount": 1000,
542-
"rate_recurrence": "once_on_unmatch"
542+
"rate_recurrence": "once_on_unmatch"
543543
},
544544
{
545545
"name": "1-2 Hours",
@@ -551,7 +551,7 @@ File: [`tiered-parking-fees-total.json`](tiered-parking-fees-total.json)
551551
"vehicle_types": ["bicycle", "scooter"],
552552
"maximum": 1,
553553
"rate_amount": 400,
554-
"rate_recurrence": "once_on_unmatch"
554+
"rate_recurrence": "once_on_unmatch"
555555
},
556556
{
557557
"name": "0-1 Hour",
@@ -563,7 +563,7 @@ File: [`tiered-parking-fees-total.json`](tiered-parking-fees-total.json)
563563
"vehicle_types": ["bicycle", "scooter"],
564564
"maximum": 0,
565565
"rate_amount": 200,
566-
"rate_recurrence": "once_on_unmatch"
566+
"rate_recurrence": "once_on_unmatch"
567567
}
568568
]
569569
}

0 commit comments

Comments
 (0)