Skip to content

Commit 5f27dd6

Browse files
Format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent abaca3d commit 5f27dd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arrange.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ function is_arranged(t1::Tuple, t2::Tuple)
3131
return is_arranged(a, b) || (isequal(a, b) && is_arranged(Base.tail(t1), Base.tail(t2)))
3232
end
3333

34-
3534
@traitfn function is_edge_arranged(graph::AbstractDataGraph::IsDirected, src, dst)
3635
return true
3736
end

0 commit comments

Comments
 (0)