Skip to content

Commit a4c95a1

Browse files
committed
Add empty newline at the end of test
1 parent 5380666 commit a4c95a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/reg-tests-1e.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2579,6 +2579,5 @@ stopifnot(is.null(names(rep.int(x, 2))),
25792579
rbind(last = proc.time() - .pt,
25802580
total = proc.time())
25812581

2582-
25832582
## package_version can be converted back to its own original representation
2584-
stopifnot(as.character(package_version("1.2-1")) == "1.2-1")
2583+
stopifnot(as.character(package_version("1.2-1")) == "1.2-1")

0 commit comments

Comments
 (0)