Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
naseweisssss committed Jan 28, 2025
1 parent 4c2d5d3 commit 3c022ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ function add_edge!(bn::BayesianNetwork{V,T}, from::V, to::V)::Bool where {T,V}
from_id = bn.names_to_ids[from]
to_id = bn.names_to_ids[to]
return Graphs.add_edge!(bn.graph, from_id, to_id)
end
end

0 comments on commit 3c022ac

Please sign in to comment.