Skip to content

Commit

Permalink
chore: Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
datawookie committed Oct 2, 2024
1 parent 837b6ee commit b2e6b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/header-mail.R
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ subject <- function(msg,
#' # Create a message and set the ID
#' msg <- envelope() %>% id("[email protected]")
#' # Create a message with specified ID
#' msg <- envelope(id="[email protected]")
#' msg <- envelope(id = "[email protected]")
id <- function(msg, id) {
# Remove inclosing <> to standardise argument.
id <- gsub("^<|>$", "", id)
Expand Down

0 comments on commit b2e6b2d

Please sign in to comment.