From e399b51c2f3b1cc50850a94a089944d84073d2a6 Mon Sep 17 00:00:00 2001 From: trafficonese Date: Mon, 1 Apr 2024 13:50:50 +0000 Subject: [PATCH] Style code (GHA) --- tests/testthat/test-map-controls.R | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/testthat/test-map-controls.R b/tests/testthat/test-map-controls.R index 414e330f..6d3a1a26 100644 --- a/tests/testthat/test-map-controls.R +++ b/tests/testthat/test-map-controls.R @@ -222,9 +222,11 @@ test_that("map-control-plugins", { expect_identical(ts$x$calls[[length(ts$x$calls)]]$args[[1]], "group") expect_identical(ts$x$calls[[length(ts$x$calls)]]$args[[2]], searchFeaturesOptions()) - opts <- searchFeaturesOptions(propertyName = "popup", - initial = TRUE, - openPopup = TRUE) + opts <- searchFeaturesOptions( + propertyName = "popup", + initial = TRUE, + openPopup = TRUE + ) ts <- leaflet() %>% addProviderTiles(providers$CartoDB.Positron) %>% addSearchFeatures(