Skip to content

Commit e757125

Browse files
committed
Removed trailing whitespace
1 parent f0dce34 commit e757125

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
@@ -1178,7 +1178,7 @@ replace_dot_alias = function(e) {
11781178
return(invisible(x))
11791179
}
11801180
} else {
1181-
# Adding new column(s). Allocation for columns and recalculation of target cols moved after the jval = eval(jsub)
1181+
# Adding new column(s). Allocation for columns and recalculation of target cols moved after the jval = eval(jsub)
11821182
# in case of error or by-reference modifications to the DT
11831183
newnames=setdiff(lhs, names_x)
11841184
m[is.na(m)] = ncol(x)+seq_len(length(newnames))

0 commit comments

Comments
 (0)