Skip to content

Commit 79705b9

Browse files
committed
run air format again
1 parent 7c9bccc commit 79705b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

R/check_changes_for_autoapproval.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ check_changes_for_autoapproval <- function(
2525
checkmate::assert_string(base_hub_path)
2626
checkmate::assert_character(changed_files)
2727
if (length(changed_files) < 1) {
28-
cli::cli_abort("Empty PRs cannot be autoapproved. At least one file must be changed in the pull request.")
28+
cli::cli_abort(
29+
"Empty PRs cannot be autoapproved. At least one file must be changed in the pull request."
30+
)
2931
}
3032
changed_files_tbl <- tibble::tibble(
3133
full_path = changed_files

0 commit comments

Comments
 (0)