Skip to content

Commit 84f5423

Browse files
committed
Remove empty lines
1 parent 77b8895 commit 84f5423

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/testthat/_snaps/vignette-numbers/numbers.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ tibble(x = 123.4567)
3131
#> x
3232
#> <dbl>
3333
#> 1 123.
34-
3534
old <- options(pillar.sigfig = 7)
3635
tibble(x = 123.4567)
3736
#> # A tibble: 1 x 1
3837
#> x
3938
#> <dbl>
4039
#> 1 123.4567
41-
4240
# Restore old options, see also rlang::local_options() for a more elegant way
4341
options(old)
4442
```
@@ -58,7 +56,6 @@ Similarly, `char()` allows customizing the display of character columns.
5856
num(-1:3, notation = "sci")
5957
#> <pillar_num(sci)[5]>
6058
#> [1] -1e0 0 1e0 2e0 3e0
61-
6259
tibble(
6360
x4 = num(8:12 * 100 + 0.5, digits = 4),
6461
x1 = num(8:12 * 100 + 0.5, digits = -1),

0 commit comments

Comments
 (0)