Skip to content

Commit 225429a

Browse files
authored
Add empty newline at the end of test
1 parent 54b904d commit 225429a

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
@@ -2571,6 +2571,5 @@ stopifnot(identical(names(fr), nn))
25712571
rbind(last = proc.time() - .pt,
25722572
total = proc.time())
25732573

2574-
25752574
## package_version can be converted back to its own original representation
2576-
stopifnot(as.character(package_version("1.2-1")) == "1.2-1")
2575+
stopifnot(as.character(package_version("1.2-1")) == "1.2-1")

0 commit comments

Comments
 (0)