Skip to content

Commit 22544f1

Browse files
committed
Direct return
1 parent 0b75c8d commit 22544f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/subsetting.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,7 @@ vectbl_assign <- function(x, i, value) {
670670
}
671671
}
672672

673-
x <- vec_assign(x, i, value)
674-
x
673+
vec_assign(x, i, value)
675674
}
676675

677676
vectbl_strip_names <- function(x) {

0 commit comments

Comments
 (0)