Skip to content

Commit 02c5d0b

Browse files
committed
Try fixing Heisenbug on main
1 parent fc8d88b commit 02c5d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphs_extensions/simplevaluegraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function __add_vertex!(
22
g::SimpleValueGraphs.AbstractValGraph{T}; metadata::Union{Tuple,NamedTuple}=NamedTuple()
33
) where {T<:Integer}
44
if isempty(metadata)
5-
add_vertex!(g)
5+
add_vertex!(g, ())
66
else
77
add_vertex!(g, metadata)
88
end

0 commit comments

Comments
 (0)