Skip to content

Commit a697380

Browse files
committed
alert success fix
1 parent 23cdc12 commit a697380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/sensitivity_labels.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ apply_sensitivity_label <- function(file, label) {
158158
openxlsx2::wb_save(wb, file)
159159

160160
cli::cli_alert_success(
161-
      "Sensitivity label {.val {label}} successfully applied to {.path {basename(file)}}."
162-
    )
161+
"Sensitivity label {.val {label}} successfully applied to {.path {basename(file)}}."
162+
)
163163

164164
invisible(file)
165165
}

0 commit comments

Comments
 (0)