Skip to content

Commit 4764f72

Browse files
committed
formatter
1 parent edde8f9 commit 4764f72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/fusiontrees/fusiontrees.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ Base.@assume_effects :foldable function fusiontreetype(::Type{I}, N::Int) where
145145
FusionTree{I,N,N - 2,N - 1}
146146
end
147147
end
148-
Base.@assume_effects :foldable function fusiontreetype(::Type{I}, N₁::Int, N₂::Int) where {I<:Sector}
148+
Base.@assume_effects :foldable function fusiontreetype(::Type{I}, N₁::Int,
149+
N₂::Int) where {I<:Sector}
149150
return Tuple{fusiontreetype(I, N₁),fusiontreetype(I, N₂)}
150151
end
151152

src/tensors/treetransformers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function GenericTreeTransformer(transform, p, Vdst, Vsrc)
113113
inds_dst)
114114

115115
data[local_counter] = (matrix, (sz_dst, newstructs_dst),
116-
(sz_src, newstructs_src))
116+
(sz_src, newstructs_src))
117117
end
118118
end
119119
end

0 commit comments

Comments
 (0)