From e277cf1839cea1080be43d3d623cf39f753bbc51 Mon Sep 17 00:00:00 2001 From: jamesaazam <james.azam@lshtm.ac.uk> Date: Mon, 6 Nov 2023 13:50:15 +0000 Subject: [PATCH] Linting: Fix indentation --- tests/testthat/tests-sim.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/tests-sim.r b/tests/testthat/tests-sim.r index fd8c961..c284b32 100644 --- a/tests/testthat/tests-sim.r +++ b/tests/testthat/tests-sim.r @@ -12,7 +12,7 @@ test_that("Chains can be simulated", { }, tf = tf ) - # Check that all the simulated times are less than tf + # Check that all the simulated times are less than tf expect_true( all( chain_sim_test_df$time < tf