Skip to content

Commit 8186a30

Browse files
committed
empty line
1 parent b307243 commit 8186a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overrides.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ end
44

55
function adjacency_matrix(g::StaticDiGraph)
66
SparseMatrixCSC{Bool,UInt32}(nv(g), nv(g), g.f_ind, g.f_vec, ones(Bool, ne(g)))
7-
end
7+
end

0 commit comments

Comments
 (0)