Skip to content

Commit

Permalink
remove trailing ws
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen committed Nov 26, 2024
1 parent 6b8f11f commit a651b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/bmerge.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
# common case of ad hoc user-typed integers missing L postfix joining to correct integer keys
# we've always coerced to int and returned int, for convenience.
for (b in which(x_merge_types[ic_idx] == "double")) {
xb = xcols[b]
xb = xcols[b]
if (isReallyReal(x[[xb]])) {
coerce_x = TRUE
break
Expand Down Expand Up @@ -145,7 +145,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
set(x, j=xb, value=as.double(x[[xb]]))
}
}
}
}
}
}

Expand Down

0 comments on commit a651b03

Please sign in to comment.