Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeya committed Aug 1, 2023
1 parent 13a69d9 commit 4df09d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tm_g_ci.R
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,8 @@ srv_g_ci <- function(id, # nolint
all_q <- shiny::reactive({
teal::validate_inputs(iv_r())
teal::validate_has_data(teal.code::get_var(anl_q(), "ANL"),
min_nrow = 2)
min_nrow = 2
)

x <- anl_inputs()$columns_source$x_var
y <- anl_inputs()$columns_source$y_var
Expand Down

0 comments on commit 4df09d9

Please sign in to comment.