Skip to content

Commit

Permalink
fix pipe format
Browse files Browse the repository at this point in the history
  • Loading branch information
hlageek committed Jan 12, 2025
1 parent 75da2e7 commit 2d4d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_document_code_utils_document_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ load_doc_to_display <- function(pool,

} else {

spans <- paragraphs |>
spans <- paragraphs %>%
dplyr::mutate(text = purrr::pmap(
list(segment_start, segment_end, raw_text = raw_text),
make_span
Expand Down

0 comments on commit 2d4d9c3

Please sign in to comment.