Skip to content

Commit 7d0eddd

Browse files
committed
style: styler (GHA)
1 parent d53a6f7 commit 7d0eddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/cache.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ set_cache <- function(cache_dir = NULL,
170170

171171
# this is effectively a startup message, and for some reason, cli_inform doesn't support start suppression, so we're on our own
172172
# https://github.com/r-lib/cli/issues/589 when this closes we can go back.
173-
msg <-"{cli::symbol$warn} epidatr cache is being used (set env var EPIDATR_USE_CACHE=FALSE if not intended).
173+
msg <- "{cli::symbol$warn} epidatr cache is being used (set env var EPIDATR_USE_CACHE=FALSE if not intended).
174174
{cli::symbol$info} The cache directory is {cache_dir}.
175175
{cli::symbol$info} The cache will be cleared after {days} day{ifelse(days>1,'s','')} and will be pruned if it exceeds {max_size} MB.
176176
{cli::symbol$info} The log of cache transactions is stored at {file.path(cache_dir, logfile)}."

0 commit comments

Comments
 (0)