Skip to content

Commit

Permalink
make file less nicely styled
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Aug 22, 2019
1 parent bf9f33c commit 7c790ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/testthat/reference-objects/caching.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
xxtt <- function(bli, bla, blup = 3) {
changed <- withr::tzu(
zname(path),
condense_files(x_basename(path ), c_transformers)
); visible(chan)
condense_files(x_basename(path), c_transformers)
)
visible(chan)
}

g = 33
g <- 33

z <- fun(g, z = xxtt)

if (not(x)== 9) {
if (not(x) == 9) {
cache_this_file()
}

0 comments on commit 7c790ee

Please sign in to comment.