Skip to content

Commit

Permalink
add empty lines at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdaradunGaztea committed Mar 26, 2022
1 parent 990af6b commit 5cc824b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/latest.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ ver_latest <- function(x) {
init = seq_along(version_components)
)
x[ret[1]]
}
}
2 changes: 1 addition & 1 deletion R/oldest.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ ver_oldest <- function(x) {
init = seq_along(version_components)
)
x[ret[1]]
}
}
2 changes: 1 addition & 1 deletion tests/testthat/setup-version_codes.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ xtable_versions <- c(
"1.7-0", "1.7-1", "1.7-3", "1.7-4", "1.8-0", "1.8-2", "1.8-3", "1.8-4"
)

letter_versions <- c("1.0", "1.0.1", "1.0-a", "1.0-b")
letter_versions <- c("1.0", "1.0.1", "1.0-a", "1.0-b")

0 comments on commit 5cc824b

Please sign in to comment.