Skip to content

Commit 3cfc61b

Browse files
remove trail whit space
1 parent 7539668 commit 3cfc61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/as.data.table.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ as.data.table.list = function(x,
143143
valid_names = names(xi)
144144
if(any(nzchar(valid_names))) {
145145
vector_rownames = valid_names
146-
x[[i]] = unname(xi)
146+
x[[i]] = unname(xi)
147147
break
148148
}
149-
}
149+
}
150150
}
151151
}
152152
for (i in seq_len(n)) {

0 commit comments

Comments
 (0)