Skip to content

Commit 5c98a77

Browse files
redundant return
1 parent ca2cb71 commit 5c98a77

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
@@ -3053,7 +3053,7 @@ rleidv = function(x, cols=seq_along(x), prefix=NULL) {
30533053
if (is.name(bysub)) return(TRUE)
30543054
if (identical(bysub[[1L]], quote(list))) bysub = bysub[-1L]
30553055
if (length(all.names(bysub)) > length(byvars)) return(FALSE)
3056-
return(TRUE)
3056+
TRUE
30573057
}
30583058

30593059
.is_withFALSE_range = function(e, x, root=root_name(e), vars=all.vars(e)) {

0 commit comments

Comments
 (0)