Skip to content

Commit e63a926

Browse files
committed
style: styler
1 parent d6df787 commit e63a926

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

R/utils.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,10 @@ get_wildcard_equivalent_dates <- function(time_value, time_type = c("day", "week
7070
#' inserts each string as a bullet at the end of the "Prepare for release" section
7171
#' @keywords internal
7272
release_bullets <- function() {
73-
c("merge to main", "don't use_version('patch') in the next section", "`use_version('patch')` is redundant because we do this in PRs", "`use_dev_version` is also redundant.")
73+
c(
74+
"merge to main",
75+
"don't use_version('patch') in the next section",
76+
"`use_version('patch')` is redundant because we do this in PRs",
77+
"`use_dev_version` is also redundant."
78+
)
7479
}

0 commit comments

Comments
 (0)