Skip to content

Commit

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

0 comments on commit 1455211

Please sign in to comment.