Skip to content

Commit 1eab6fb

Browse files
committed
Fix formatting
1 parent 32186f9 commit 1eab6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/truncation/fullenv_truncation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function fullenv_truncate(
255255
fid = fidelity(benv, b0, b1)
256256
u, s, vh = svd_trunc!(b1; trunc = alg.trunc)
257257
# determine convergence
258-
Δs = (space(s) == space(s0)) ?
258+
Δs = (space(s) == space(s0)) ?
259259
_singular_value_distance((normalize(s, Inf), normalize(s0, Inf))) : NaN
260260
Δfid = fid - fid0
261261
s0 = deepcopy(s)

0 commit comments

Comments
 (0)