Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Apr 17, 2024
1 parent 5c753a3 commit 59cb826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_g_scatterplotmatrix.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app_driver_tm_g_scatterplotmatrix <- function() {
app_driver_tm_g_scatterplotmatrix <- function() { # nolint: object_length_linter.
init_teal_app_driver(
data = simple_cdisc_data(),
modules = tm_g_scatterplotmatrix(
Expand Down

0 comments on commit 59cb826

Please sign in to comment.