From 18a403120aeecd1afbdd7c69e527211b799fd80e Mon Sep 17 00:00:00 2001 From: Rodrigo Basa Date: Fri, 12 Jan 2024 12:23:47 +0800 Subject: [PATCH] remove what looks like stylr styling --- tests/e2e/app-files/hello.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/app-files/hello.R b/tests/e2e/app-files/hello.R index 0d026745..19023488 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) {