Skip to content

Commit

Permalink
revert to glue
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Nov 26, 2024
1 parent 1455211 commit 8632d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/toml_serialization.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ format_toml.data.frame <- function(x,
.tbl_name,
.top_level = FALSE) {
rows <- nrow(x)
header <- paste0("[[", .tbl_name, "]]")
header <- glue("[[{.tbl_name}]]")
if (rows == 0L) {
return(as.character(header))
}
Expand Down

0 comments on commit 8632d20

Please sign in to comment.