Skip to content

Commit

Permalink
Get rid of trailing spaces in yaml lines. (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Nov 26, 2024
1 parent d0536f3 commit d3ea0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/templates/metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ read_metadata <- function(path) {

yaml_preprocess <- function(path) {
readLines(path, warn = FALSE) |>
stringr::str_trim("right") |>
yaml_quote() |>
writeLines(path)
}
Expand Down

0 comments on commit d3ea0c0

Please sign in to comment.