Skip to content

Commit 005e07f

Browse files
committed
Fix format
1 parent 8bbe388 commit 005e07f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/check.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ end
312312

313313
# See https://github.com/gdalle/SparseMatrixColorings.jl/pull/300
314314
@testset "Empty matrix" begin
315-
problem = ColoringProblem(; structure = :symmetric, partition = :column)
316-
algo = GreedyColoringAlgorithm(; decompression = :substitution)
315+
problem = ColoringProblem(; structure=:symmetric, partition=:column)
316+
algo = GreedyColoringAlgorithm(; decompression=:substitution)
317317
S = spzeros(Int, 0, 0)
318318
result = coloring(S, problem, algo)
319319
@test isempty(result.color)

0 commit comments

Comments
 (0)