Skip to content

Commit

Permalink
Update print.R
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Aug 9, 2024
1 parent b215780 commit be4829c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ gp_positions <- function(pos, limit) {
}
}
cat(sep = "", " ",
cli::format_inline(paste0("{.path ", x$filename, pos, "}")),
cli::format_inline("{.path {x$filename}{pos}}"),
"\n")
})

Expand Down

0 comments on commit be4829c

Please sign in to comment.