Skip to content

Commit

Permalink
Style code
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoZepeda committed Sep 8, 2022
1 parent 56de8ae commit 3ad547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_latest.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ get_latest_version <- function() {
# Aqui se cambio
download_rc <- tryCatch(
utils::download.file(url = download_url, destfile = dest_file, quiet = TRUE),
warning = function(e){
warning = function(e) {
NULL
},
error = function(e) {
Expand Down

0 comments on commit 3ad547c

Please sign in to comment.