Skip to content

Commit 1db211d

Browse files
remove extra space
1 parent 5a27d4a commit 1db211d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21069,4 +21069,3 @@ if (exists("sort_by", "package:base")) {
2106921069
test(2306.23, DT1[, sort_by(.SD, ~a + b)], data.table(a=c(1, 2, 3, 3, NA), b=c(4L, 2L, 0L, 3L, 1L)))
2107021070
test(2306.24, DT1[, sort_by(.SD, ~.(a, b))], data.table(a=c(1, 2, 3, 3, NA), b=c(4L, 2L, 0L, 3L, 1L)))
2107121071
}
21072-

0 commit comments

Comments
 (0)