Skip to content

Commit

Permalink
Add missing EOFs
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymiuks committed Sep 27, 2024
1 parent 8d4149e commit 69e5448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/check_design.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ restore_menu <- function() {
c("Yes", "No"),
title = "Do you want to restore previous results?"
)

Check warning on line 284 in R/check_design.R

View check run for this annotation

Codecov / codecov/patch

R/check_design.R#L281-L284

Added lines #L281 - L284 were not covered by tests
}
}
2 changes: 1 addition & 1 deletion tests/testthat/test-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ test_that("check design restore dialog test", {
check_past_output(output, FALSE, ask = TRUE)
expect_true(!dir.exists(output))

})
})

0 comments on commit 69e5448

Please sign in to comment.