Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 21, 2022
1 parent 8ad1bf5 commit e7fc6eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/print-str.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ obj_print <- function(x, ..., max = NULL) {
}
}

obj_print_header_dispatch(x, ...)
obj_print_data_dispatch(x_max, ...)
obj_print_footer_dispatch(x, ...)
obj_print_header(x, ...)
obj_print_data(x_max, ...)
obj_print_footer(x, ...)

if (delta > 0) {
max_print <- attr(max, "max_print")
Expand Down

0 comments on commit e7fc6eb

Please sign in to comment.