Skip to content

Commit bdbd2e6

Browse files
committed
format
1 parent c189284 commit bdbd2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tensors/tensoroperations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252

5353
function TO.tensoradd_type(TC, A::AbstractTensorMap, ::Index2Tuple{N₁,N₂},
5454
::Bool) where {N₁,N₂}
55-
I = sectortype(A)
55+
I = sectortype(A)
5656
M = similarstoragetype(A, sectorscalartype(I) <: Real ? TC : complex(TC))
5757
return tensormaptype(spacetype(A), N₁, N₂, M)
5858
end

0 commit comments

Comments
 (0)