Skip to content

Commit bf5c5f6

Browse files
remove indent again
1 parent 544c78c commit bf5c5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/relevel.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ relocate_eq_assign_one <- function(pd) {
222222
))
223223
eq_expr$id <- NA
224224
eq_expr$parent <- NA
225+
pd$indent <- NULL
225226
non_eq_expr <- pd[-eq_ind, ]
226227
pd <- bind_rows(eq_expr, non_eq_expr) %>%
227228
arrange_pos_id()

0 commit comments

Comments
 (0)