Skip to content

Commit

Permalink
Re-add empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Mar 4, 2024
1 parent 698b5c1 commit a06017f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/utils-file.R
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ config_paths <- function() c(user_config_path(), default_config_path())
get_config <- function(name, cfg_dirs = config_paths(), combine_fun = c, ...) {

read_if_exists <- function(x, ...) {

if (isTRUE(file.exists(x))) {
read_json(x, ...)
} else {
Expand Down

0 comments on commit a06017f

Please sign in to comment.