Skip to content

Commit 92f281f

Browse files
missed ws change
1 parent 26160e2 commit 92f281f

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
@@ -136,7 +136,7 @@ as.data.table.list = function(x,
136136

137137
#Handle keep.rownames for vectors (mimicking data.frame behavior)
138138
vector_rownames = NULL
139-
if(!isFALSE(keep.rownames)) {
139+
if (!isFALSE(keep.rownames)) {
140140
for (i in seq_len(n)) {
141141
xi = x[[i]]
142142
if (!is.null(xi) && is.atomic(xi) && !is.null(names(xi)) && is.null(dim(xi))) {

0 commit comments

Comments
 (0)