Skip to content

Commit c4174e7

Browse files
style
1 parent c4bdbea commit c4174e7

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
@@ -2758,7 +2758,7 @@ setcolorder = function(x, neworder=key(x), before=NULL, after=NULL, skip_absent=
27582758
invisible(x)
27592759
}
27602760

2761-
set = function(x, i = NULL, j, value) {
2761+
set = function(x, i=NULL, j, value) {
27622762
name = as.character(substitute(x))
27632763
old_add = address(x)
27642764
x = .Call(Cassign, x, i, j, NULL, value)

0 commit comments

Comments
 (0)