Skip to content

Commit 88909b9

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update abstractgraphofgraphs.jl
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent f1a8bb5 commit 88909b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/graphofgraphs/abstractgraphofgraphs.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
44
An abstract type representing a graph of graphs.
55
"""
6-
abstract type AbstractGraphOfGraphs{T<:AbstractGraph} <: AbstractGraph{T} end
7-
6+
abstract type AbstractGraphOfGraphs{T<:AbstractGraph} <: AbstractGraph{T} end

0 commit comments

Comments
 (0)