Skip to content

Commit c685507

Browse files
committed
fix whitespace inserted by editor
1 parent 6fad435 commit c685507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/inst/tests/testthat/test_sparkSQL.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ test_that("column functions", {
12301230
c18 <- covar_pop(c, c1) + covar_pop("c", "c1")
12311231
c19 <- spark_partition_id() + coalesce(c) + coalesce(c1, c2, c3)
12321232
c20 <- to_timestamp(c)
1233-
1233+
12341234
# Test if base::is.nan() is exposed
12351235
expect_equal(is.nan(c("a", "b")), c(FALSE, FALSE))
12361236

0 commit comments

Comments
 (0)