From e3b956785d35f28c1759eb2c6ed7fb368a83126d Mon Sep 17 00:00:00 2001 From: eitsupi Date: Tue, 7 May 2024 13:47:23 +0000 Subject: [PATCH] chore: auto formatting --- tests/testthat/test-as_polars.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-as_polars.R b/tests/testthat/test-as_polars.R index b7661e913..286608d5a 100644 --- a/tests/testthat/test-as_polars.R +++ b/tests/testthat/test-as_polars.R @@ -258,7 +258,7 @@ test_that("from arrow Table and ChunkedArray", { lapply(at$columns, \(x) x$num_chunks) ) - #not supported yet + # not supported yet # #chunked data with factors l = list( df1 = data.frame(factor = factor(c("apple", "apple", "banana"))),