Skip to content

Commit 2106654

Browse files
committed
Revert "Reformat with latest air"
This reverts commit e929d5a. as we should not format _snaps
1 parent e929d5a commit 2106654

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#' ---
22
#' title: report
33
#' ---
4-
#'
4+
#'
5+
56

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: 3 additions & 1 deletion
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,3 +15,5 @@ cat("more")
1515
#| eval: false
1616
# # This code should not run.
1717
# 1 + a
18+
19+

0 commit comments

Comments
 (0)