Skip to content

Commit 35679fc

Browse files
authored
🤖 Automatically format the source code files
1 parent 4e0396d commit 35679fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoMerge/guidelines.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function meets_code_can_be_downloaded(registry_head, pkg, version, pr; pkg_code_
546546

547547
commit_hash = commit_from_pull_request_body(pr)
548548

549-
local tree_hash_from_commit , tree_hash_from_commit_success
549+
local tree_hash_from_commit, tree_hash_from_commit_success
550550
clone_success = load_files_from_url_and_tree_hash(
551551
pkg_code_path, package_repo, tree_hash_from_toml
552552
) do dir

0 commit comments

Comments
 (0)