Skip to content

Commit 391f1e4

Browse files
not nocov
1 parent c2ca7cb commit 391f1e4

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
@@ -1244,7 +1244,7 @@ replace_dot_alias = function(e) {
12441244
.assign_in_parent(
12451245
name, x, parent.frame(),
12461246
err_msg_len = "Cannot assign to an under-allocated recursively indexed list -- L[[i]][,:=] syntax is only valid when i is length 1, but its length is %d",
1247-
err_msg_na = NULL # Triggers internal_error for this case # nocov
1247+
err_msg_na = NULL # Triggers internal_error for this case
12481248
)
12491249
} # TO DO: else if env$<- or list$<-
12501250
}

0 commit comments

Comments
 (0)