Skip to content

Commit 2ded81a

Browse files
committed
lintr
1 parent 2dfd231 commit 2ded81a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/data.table.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,6 @@ replace_dot_alias = function(e) {
14051405
if (!is.null(lhs)) {
14061406
# We only need to check if we are creating new columns.
14071407
newnames = setdiff(lhs, names(x))
1408-
14091408
if (length(newnames) > 0) {
14101409
if (is.function(jval)) {
14111410
stopf("RHS of `:=` is a function. To create a new column of functions, it must be a list column (e.g., wrap in `list()`).")

0 commit comments

Comments
 (0)