Skip to content

Commit 0784251

Browse files
authored
Merge #435
435: 🤖 Automatically format the source code files r=DilumAluthge a=github-actions[bot] This pull request formats the source code files using the JuliaFormatter package. Co-authored-by: bors[bot] <bors[bot]@users.noreply.github.com>
2 parents 4e0396d + 35679fc commit 0784251

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)