Skip to content

Commit ee078e5

Browse files
committed
Formatting
1 parent 807739f commit ee078e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/caches/boundarympscache.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ function set_interpartition_messages(
160160
maximum_virtual_dim_from_below *= prod(dim.(siteinds))
161161
maximum_virtual_dim_from_above = if i != length(pes)
162162
prod(
163-
dim.(
164-
reduce(vcat, [linkinds(bmpsc, pe) for pe in partitionedges_above(bmpsc, pg_pe)])
165-
),
166-
)
163+
dim.(
164+
reduce(vcat, [linkinds(bmpsc, pe) for pe in partitionedges_above(bmpsc, pg_pe)])
165+
),
166+
)
167167
else
168168
1
169169
end

0 commit comments

Comments
 (0)