Skip to content

Commit 766fce3

Browse files
committed
Format
1 parent 68cc1e8 commit 766fce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/abstractmps.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,8 +1909,8 @@ function setindex!(
19091909

19101910
# use the first link index if present, otherwise use the default tag
19111911
linktags = TagSet[
1912-
(b = linkind(ψ, i);
1913-
isnothing(b) ? defaultlinkindtags(i) : tags(b)) for i in firstsite:(lastsite - 1)
1912+
(b=linkind(ψ, i); isnothing(b) ? defaultlinkindtags(i) : tags(b)) for
1913+
i in firstsite:(lastsite - 1)
19141914
]
19151915

19161916
ψA = MPST(

0 commit comments

Comments
 (0)