Skip to content

Commit

Permalink
Fix linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 16, 2024
1 parent fd314d3 commit b44f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-fs.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ out_of_date <- function(source, target) {
)
}

file.info(source)$mtime > file.info(target)$mtime
file_info(source)$mtime > file_info(target)$mtime
}

# Path helpers ------------------------------------------------------------
Expand Down

0 comments on commit b44f9e5

Please sign in to comment.