Skip to content

Commit c019fca

Browse files
committed
formatting
1 parent 6f98da9 commit c019fca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ext/NautyGraphsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ function Graphs.Experimental.all_isomorph(
134134
return nothing
135135
end
136136

137-
end
137+
end

src/Experimental/nautygraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ An empty concrete type used to dispatch to [`NautyGraphs`](@ref) isomorphism fun
55
"""
66
struct AlgNautyGraphs <: IsomorphismAlgorithm end
77

8-
# The implementation of NautyGraph methods for graph isomorphism is done as a package extension in /ext/NautyGraphsExt.jl
8+
# The implementation of NautyGraph methods for graph isomorphism is done as a package extension in /ext/NautyGraphsExt.jl

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,5 @@ function permute_adjlist!(adjlist::Vector{<:Vector{<:Integer}}, p::AbstractVecto
315315
sort!(adj)
316316
end
317317
permute!(adjlist, p)
318-
return
318+
return nothing
319319
end

test/ext/nautygraphs/nautygraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ using Graphs.Experimental
4646

4747
@test g1 != g3
4848
@test g1 != g3
49-
end
49+
end

0 commit comments

Comments
 (0)