Skip to content

Commit c372700

Browse files
committed
update comments
1 parent 9667c6b commit c372700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/structure.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ buffer = let buffer = IOBuffer(write=true)
2323
[*] --> NoAuthentication
2424
""")
2525

26-
# We'll loop over
2726
all_targets = Dict{String,Vector{String}}()
2827
ignore_errors = (
2928
PkgAuthentication.Failure, PkgAuthentication.Success
@@ -37,6 +36,7 @@ buffer = let buffer = IOBuffer(write=true)
3736
for state in sort(InteractiveUtils.subtypes(PkgAuthentication.State), by=string)
3837
println(buffer)
3938
state_str = string(nameof(state))
39+
# Generate the connecting arrows between the states
4040
targets = get(all_targets, state_str, String[])
4141
if isempty(targets) && (state ignore_errors)
4242
@warn "Empty targets list for $state"

0 commit comments

Comments
 (0)