Skip to content

Commit 3611ec1

Browse files
committed
Fix formatting
1 parent 0eecc31 commit 3611ec1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/algorithms/ctmrg/projectors.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ function svd_algorithm(alg::ProjectorAlgorithm, (dir, r, c))
5555
nothing,
5656
)
5757
end
58-
return SVDAdjoint(;
59-
fwd_alg=fix_svd,
60-
rrule_alg=alg.svd_alg.rrule_alg,
61-
)
58+
return SVDAdjoint(; fwd_alg=fix_svd, rrule_alg=alg.svd_alg.rrule_alg)
6259
else
6360
return alg.svd_alg
6461
end

0 commit comments

Comments
 (0)