Skip to content

Commit 07e3acc

Browse files
trailing ws
1 parent c9a33af commit 07e3acc

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
@@ -2048,7 +2048,7 @@ replace_dot_alias = function(e) {
20482048
#5361 merging on keyed factor with character, check if resulting character is really sorted
20492049
if (identical(vapply_1c(.shallow(i, leftcols), typeof), vapply_1c(.shallow(x, rightcols), typeof)))
20502050
return(new_key)
2051-
2051+
20522052
if (!is.sorted(ans, by=new_key))
20532053
return(NULL)
20542054
new_key

0 commit comments

Comments
 (0)