From 967fc1e3f30e0759fc03f842d0ac60eae3bf921c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:51:49 +0000 Subject: [PATCH] [skip actions] Restyle files --- tests/testthat/test-utils.R | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthat/test-utils.R b/tests/testthat/test-utils.R index 47e37a9c..df198767 100644 --- a/tests/testthat/test-utils.R +++ b/tests/testthat/test-utils.R @@ -66,4 +66,3 @@ test_that("split_text_block - n greater than the number of line breaks", { result <- split_text_block(block_text, n) expect_equal(result, block_text) }) -