Skip to content

Commit 006864a

Browse files
style nit
1 parent 6a502b4 commit 006864a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/data.table.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ replace_dot_alias = function(e) {
135135
if (length(j) != 1L) {
136136
stopf(
137137
"Cannot assign with a recursive index of length %d. The syntax %s is only valid when the index i is length 1.",
138-
length(j),
139-
err_msg_detail
138+
length(j), err_msg_detail
140139
)
141140
}
142141
if (is.character(j)) {

0 commit comments

Comments
 (0)