Skip to content

Commit

Permalink
Remove stray cnd_signal()
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 4, 2022
1 parent 917b87b commit 5cc2827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/as_tibble.R
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ check_all_lengths_one <- function(x) {

bad_lengths <- which(sizes != 1)
if (!is_empty(bad_lengths)) {
cnd_signal(abort_as_tibble_row_size_one(
abort_as_tibble_row_size_one(
seq_along(x)[bad_lengths],
names2(x)[bad_lengths],
sizes[bad_lengths]
))
)
}
}

Expand Down

0 comments on commit 5cc2827

Please sign in to comment.