From 516a98e9d43fac84c5b965e0c78fa57208a21790 Mon Sep 17 00:00:00 2001 From: Rodrigo Basa Date: Fri, 12 Jan 2024 15:41:31 +0800 Subject: [PATCH] trailing commas lint in e2etest app files --- tests/e2e/app-files/hello.R | 2 +- tests/e2e/app-files/main.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/app-files/hello.R b/tests/e2e/app-files/hello.R index 19023488..2e85bf30 100644 --- a/tests/e2e/app-files/hello.R +++ b/tests/e2e/app-files/hello.R @@ -14,7 +14,7 @@ box::use( ], ) -box::use(app/logic/say_hello[say_hello]) +box::use(app/logic/say_hello[say_hello], ) #' @export ui <- function(id) { diff --git a/tests/e2e/app-files/main.R b/tests/e2e/app-files/main.R index f18ba6ab..ce3bd35d 100644 --- a/tests/e2e/app-files/main.R +++ b/tests/e2e/app-files/main.R @@ -3,7 +3,7 @@ box::use( shiny, ) -box::use(app/view/hello) +box::use(app/view/hello, ) Box <- react_component("Box") # nolint object_name_linter