Skip to content

Commit 76389e7

Browse files
committed
remove space
1 parent 3b4fd63 commit 76389e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/testCliqueTreesOrderings.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using AMD
22
using IncrementalInference
33
using Test
44

5-
@testset "Test mcs, rcm , and mmd orderings" begin
5+
@testset "Test mcs, rcm, and mmd orderings" begin
66

77
fg = generateGraph_Kaess(graphinit=false)
88

@@ -18,5 +18,4 @@ vo = getEliminationOrder(fg, ordering=:mmd)
1818
@test length(vo) == length(Set(vo))
1919
@test length(vo) == length(ls(fg))
2020

21-
2221
end

0 commit comments

Comments
 (0)