Skip to content

Commit d2b9c52

Browse files
ws
1 parent a5a1e7e commit d2b9c52

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
@@ -520,7 +520,7 @@ replace_dot_alias = function(e) {
520520
}
521521
i = .shallow(i, retain.key = TRUE)
522522
ans = bmerge(i, x, leftcols, rightcols, roll, rollends, nomatch, mult, ops, verbose=verbose)
523-
if (mult=="error") mult="all"
523+
if (mult == "error") mult = "all"
524524
xo = ans$xo ## to make it available for further use.
525525
# temp fix for issue spotted by Jan, test #1653.1. TODO: avoid this
526526
# 'setorder', as there's another 'setorder' in generating 'irows' below...

0 commit comments

Comments
 (0)