Skip to content

Commit 1c256df

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_bivariate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ srv_g_bivariate <- function(id,
561561
datasets = data
562562
)
563563
qenv <- reactive(
564-
teal.code::eval_code(data(), 'library("ggplot2");library("dplyr")') # nolint quotes
564+
teal.code::eval_code(data(), 'library("ggplot2");library("dplyr")') # nolint: quotes.
565565
)
566566

567567
anl_merged_q <- reactive({

0 commit comments

Comments
 (0)