Skip to content

Commit 4113eac

Browse files
committed
Add missing nolinter comment
1 parent 1e1fb29 commit 4113eac

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
@@ -320,7 +320,7 @@ srv_data_table <- function(id,
320320
teal::validate_has_data(df, min_nrow = 1L, msg = paste("data", dataname, "is empty"))
321321
qenv <- teal.code::eval_code(
322322
data(),
323-
'library("dplyr");library("DT")'
323+
'library("dplyr");library("DT")' # nolint quotes
324324
)
325325
teal.code::eval_code(
326326
qenv,

0 commit comments

Comments
 (0)