Skip to content

Commit 1002b53

Browse files
committed
Reformat with latest air
1 parent d50ba11 commit 1002b53

File tree

9 files changed

+9
-12
lines changed

9 files changed

+9
-12
lines changed

R/preview.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#' @param quiet Suppress warning and other messages, from R and also Quarto CLI
2525
#' (i.e `--quiet` is passed as command line)
2626
#'
27-
#' @return The URL of the preview server (invisibly). This can be used to
27+
#' @return The URL of the preview server (invisibly). This can be used to
2828
#' programmatically access the server location, for example to take screenshots
2929
#' with webshot2 or pass to other automation tools.
3030
#'

tests/testthat/_snaps/spin/spin_preamble-custom-preamble.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' author: John Doe
44
#' format: html
55
#' ---
6-
#'
6+
#'
77

88
library(ggplot2)
99
plot(1:10)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' ---
22
#' title: Custom Analysis
33
#' ---
4-
#'
4+
#'
55

66
x <- 1
77
y <- 2
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#' ---
22
#' title: report
33
#' ---
4-
#'
5-
4+
#'
65

tests/testthat/_snaps/spin/spin_preamble-preamble-title.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#' title: Preamble Title
33
#' author: Jane Doe
44
#' ---
5-
#'
5+
#'
66

77
x <- 1

tests/testthat/_snaps/spin/spin_preamble-title-override.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#' title: Override Title
33
#' author: John Doe
44
#' ---
5-
#'
5+
#'
66

77
x <- 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' ---
22
#' title: report
33
#' ---
4-
#'
4+
#'
55

66
x <- 1
77
y <- 2

tests/testthat/_snaps/utils-extract/purl.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#' title: Purl Test Document
33
#' format: html
44
#' ---
5-
#'
5+
#'
66

77
#| label: my-label
88
#| echo: false
@@ -15,5 +15,3 @@ cat("more")
1515
#| eval: false
1616
# # This code should not run.
1717
# 1 + a
18-
19-

tests/testthat/resources/purl-r-ojs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#' title: Purl Test Document
33
#' format: html
44
#' ---
5-
#'
5+
#'
66

0 commit comments

Comments
 (0)