We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a8bb5 commit 88909b9Copy full SHA for 88909b9
src/graphofgraphs/abstractgraphofgraphs.jl
@@ -3,5 +3,4 @@
3
4
An abstract type representing a graph of graphs.
5
"""
6
-abstract type AbstractGraphOfGraphs{T<:AbstractGraph} <: AbstractGraph{T} end
7
-
+abstract type AbstractGraphOfGraphs{T<:AbstractGraph} <: AbstractGraph{T} end
0 commit comments