Skip to content

Commit

Permalink
Linting: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 6, 2023
1 parent 43f97c2 commit 9b1d6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/tests-sim.r
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b1d6d3

Please sign in to comment.