Skip to content

Commit c13b45a

Browse files
delint
1 parent 3218515 commit c13b45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bmerge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ bmerge = function(i, x, icols, xcols, roll, rollends, nomatch, mult, ops, verbos
141141
}
142142
}
143143
if (!coerce_x) {
144-
coerce_col(x, xcol, "integer", "double", xname, iname, , gettext(" (which contains fractions)"), verbose = verbose)
144+
coerce_col(x, xcol, "integer", "double", xname, iname, to_detail=gettext(" (which contains fractions)"), verbose=verbose)
145145
}
146146
} else {
147147
coerce_col(i, icol, "integer", "double", iname, xname, gettext(" (for join)"), verbose = verbose)

0 commit comments

Comments
 (0)