Skip to content

Commit 88909b9

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update abstractgraphofgraphs.jl
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent f1a8bb5 commit 88909b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)