Skip to content

Commit

Permalink
Style code
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored and github-actions[bot] committed Nov 18, 2024
1 parent 91b2cb4 commit bfa7bcf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/test-file_size.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Text files report as larger on Windows so snapshot per OS
os <- ifelse(
"windows" %in% tolower(Sys.info()[["sysname"]]),
"windows",
"UNIX"
)
# Text files report as larger on Windows so snapshot per OS
os <- ifelse(
"windows" %in% tolower(Sys.info()[["sysname"]]),
"windows",
"UNIX"
)

test_that("Returns a tibble", {
withr::local_options(lifecycle_verbosity = "quiet")
Expand Down

0 comments on commit bfa7bcf

Please sign in to comment.