Skip to content

Commit a2c99dd

Browse files
committed
fix code style
1 parent 92f9e06 commit a2c99dd

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

episodes/compare-interventions.Rmd

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,12 +432,13 @@ mask_mandate <- epidemics::intervention(
432432
433433
# run intervention model
434434
output_intervention_vc <- epidemics::model_vacamole(
435-
population = uk_population_vacamole,
436-
vaccination = double_vaccination,
437-
intervention = list(
438-
transmission_rate =
439-
mask_mandate),
440-
time_end = 300)
435+
population = uk_population_vacamole,
436+
vaccination = double_vaccination,
437+
intervention = list(
438+
transmission_rate = mask_mandate
439+
),
440+
time_end = 300
441+
)
441442
442443
```
443444

0 commit comments

Comments
 (0)