Skip to content

Commit e5e417b

Browse files
style
1 parent a06dcf9 commit e5e417b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/as.data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ as.data.table.array = function(x, keep.rownames=FALSE, key=NULL, sorted=TRUE, va
108108
stopf("Argument 'value.name' should not overlap with column names in result: %s", brackify(rev(names(val))))
109109
N = NULL
110110
ans = do.call(CJ, c(val, sorted=FALSE))
111-
set(ans, j = "N", value = as.vector(x))
111+
set(ans, j="N", value=as.vector(x))
112112
if (isTRUE(na.rm))
113113
ans = ans[!is.na(N)]
114114
setnames(ans, "N", value.name)

0 commit comments

Comments
 (0)