Skip to content

Commit 1a15902

Browse files
style
1 parent 6082852 commit 1a15902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2532,7 +2532,7 @@ split.data.table = function(x, f, drop = FALSE, by, sorted = FALSE, keep.by = TR
25322532
}
25332533
}
25342534

2535-
sort_by.data.table <- function (x, y, ...)
2535+
sort_by.data.table <- function(x, y, ...)
25362536
{
25372537
if (!cedta()) return(NextMethod()) # nocov
25382538
if (inherits(y, "formula"))

0 commit comments

Comments
 (0)