Skip to content

Commit 039bd9d

Browse files
committed
run air
1 parent cd982c3 commit 039bd9d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

R/check_authorized_users.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ check_authorized_users <- function(
5959
dplyr::mutate(
6060
error_msg = dplyr::case_when(
6161
is.na(.data$authorized_users) ~
62-
paste0("'", .data$model_id, "' is not authorized for modification."),
62+
paste0(
63+
"'",
64+
.data$model_id,
65+
"' is not authorized for modification."
66+
),
6367
!.data$has_authorized_users ~
6468
paste0(
6569
"Changes found in '",

0 commit comments

Comments
 (0)