Skip to content

Commit 9e0503c

Browse files
author
vituri
committed
apply lint
1 parent a8a5b65 commit 9e0503c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

R/reactable-server.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ get_data_on_page <- function(data, page_number, total_pages) {
221221
reactable_extras_ui <- function(id, width = "auto", height = "auto") {
222222
.Deprecated(
223223
new = "reactable::reactable",
224-
msg = "`reactable::reactable` now has a `server = TRUE` argument. Please use 'reactable' directly instead of this module."
224+
msg = "`reactable::reactable` now has a `server = TRUE` argument.
225+
Please use 'reactable' directly instead of this module."
225226
)
226227

227228
checkmate::assert_character(id, len = 1)

0 commit comments

Comments
 (0)