Skip to content

Commit a651b03

Browse files
committed
remove trailing ws
1 parent 6b8f11f commit a651b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/bmerge.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
110110
# common case of ad hoc user-typed integers missing L postfix joining to correct integer keys
111111
# we've always coerced to int and returned int, for convenience.
112112
for (b in which(x_merge_types[ic_idx] == "double")) {
113-
xb = xcols[b]
113+
xb = xcols[b]
114114
if (isReallyReal(x[[xb]])) {
115115
coerce_x = TRUE
116116
break
@@ -145,7 +145,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
145145
set(x, j=xb, value=as.double(x[[xb]]))
146146
}
147147
}
148-
}
148+
}
149149
}
150150
}
151151

0 commit comments

Comments
 (0)