Skip to content

Commit d66ccc5

Browse files
authored
Update R/tm_data_table.R
Signed-off-by: André Veríssimo <[email protected]>
1 parent d0614ae commit d66ccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_data_table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ srv_data_table <- function(id,
309309
teal::validate_has_data(df, min_nrow = 1L, msg = paste("data", dataname, "is empty"))
310310
qenv <- teal.code::eval_code(
311311
data(),
312-
'library("dplyr");library("DT")' # nolint: quotes
312+
'library("dplyr");library("DT")' # nolint: quotes.
313313
)
314314
teal.code::eval_code(
315315
qenv,

0 commit comments

Comments
 (0)