Skip to content

Commit

Permalink
Update utils.r
Browse files Browse the repository at this point in the history
format fix
  • Loading branch information
Mike-Hanna authored Aug 21, 2024
1 parent 2644833 commit 13b394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.r
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ compact <- function(x) {

is_empty <- function(x) length(x) == 0

keep_last <- function(...) {
keep_last <- function(...) {
x <- c(...)
x[!duplicated(names(x), fromLast = TRUE)]
}
Expand Down

0 comments on commit 13b394f

Please sign in to comment.