Skip to content

Commit

Permalink
Update src/graphs.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
naseweisssss and github-actions[bot] authored Feb 2, 2025
1 parent 2e3ac73 commit 15fa390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct NodeInfo{F}
end

const BUGSGraph = MetaGraph{
Int, Graphs.SimpleDiGraph{Int}, <:VarName, <:NodeInfo, Nothing, Nothing, <:Any, Float64
Int,Graphs.SimpleDiGraph{Int},<:VarName,<:NodeInfo,Nothing,Nothing,<:Any,Float64
}

"""
Expand Down

0 comments on commit 15fa390

Please sign in to comment.