Skip to content

Commit 1595595

Browse files
removing trailing spaces
1 parent 97b4536 commit 1595595

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

R/data.table.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,11 +1054,10 @@ replace_dot_alias = function(e) {
10541054
try_processSDcols = FALSE
10551055
}
10561056
}, error = function(e) {
1057-
try_processSDcols <<- FALSE
1057+
try_processSDcols <<- FALSE
10581058
})
10591059
}
10601060
if (!try_processSDcols) {
1061-
10621061
if (colsub %iscall% c("!", "-") && length(colsub) == 2L) {
10631062
negate_sdcols = TRUE
10641063
colsub = colsub[[2L]]

0 commit comments

Comments
 (0)