Skip to content

Commit

Permalink
Tweak formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Aug 28, 2024
1 parent 0dec1b0 commit c259c1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/chop.R
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,12 @@ df_unchop <- function(x, ..., ptype = NULL, keep_empty = FALSE, error_call = cal
row_recycle <- col_sizes != sizes
col[row_recycle] <- map2(col[row_recycle], sizes[row_recycle], vec_recycle, call = error_call)

col <- list_unchop(col, ptype = col_ptype, error_arg = col_name, error_call = error_call)
col <- list_unchop(
x = col,
ptype = col_ptype,
error_arg = col_name,
error_call = error_call
)

if (is_null(col)) {
# This can happen when both of these are true:
Expand Down

0 comments on commit c259c1d

Please sign in to comment.