Skip to content

Commit 0c05153

Browse files
committed
format
1 parent ecbdaa6 commit 0c05153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fusiontrees/manipulations.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,8 @@ respectively, which determines how indices braid. In particular, if `i` and `j`
10171017
levels[j]`. This does not allow to encode the most general braid, but a general braid can
10181018
be obtained by combining such operations.
10191019
"""
1020-
function braid((f₁, f₂)::FusionTreePair, (p1, p2)::Index2Tuple, (levels1, levels2)::Index2Tuple)
1020+
function braid((f₁, f₂)::FusionTreePair, (p1, p2)::Index2Tuple,
1021+
(levels1, levels2)::Index2Tuple)
10211022
@assert length(f₁) + length(f₂) == length(p1) + length(p2)
10221023
@assert length(f₁) == length(levels1) && length(f₂) == length(levels2)
10231024
@assert TupleTools.isperm((p1..., p2...))

0 commit comments

Comments
 (0)