Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Nov 22, 2024
1 parent d84aef1 commit 0124fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/precompilation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ function _precompilepkgs(pkgs::Vector{String},
circular_deps = Base.PkgId[]
for pkg in keys(direct_deps)
@assert isempty(stack)
if scan_pkg!(pkg, direct_deps)
if scan_pkg!(pkg, direct_deps)
push!(circular_deps, pkg)
for pkg_config in keys(was_processed)
# notify all to allow skipping
Expand Down

0 comments on commit 0124fc9

Please sign in to comment.