Skip to content

Commit e929d5a

Browse files
committed
Reformat with latest air
1 parent cf080af commit e929d5a

File tree

8 files changed

+8
-11
lines changed

8 files changed

+8
-11
lines changed

R/quarto.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ quarto_run <- function(
152152
R_LIBS = paste(libpaths, collapse = .Platform$path.sep)
153153
)
154154
}
155-
155+
156156
# This is required because `"current"` only is not supported by processx
157157
# FIXME: https://github.com/r-lib/processx/issues/399
158158
if (!is.null(custom_env)) {

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-

0 commit comments

Comments
 (0)