Skip to content

Commit 2f2262c

Browse files
authored
Update src/forest.jl
1 parent c0996d1 commit 2f2262c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/forest.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Structure that provides fast union-find operations for constructing a forest dur
99
1010
$TYPEDFIELDS
1111
"""
12-
$TYPEDFIELDS
1312
mutable struct Forest{T<:Integer}
1413
"current number of edges added to the forest"
1514
counter::T

0 commit comments

Comments
 (0)