Skip to content

Commit a907a1a

Browse files
committed
format
1 parent aec5d4c commit a907a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ function Base.copyto!(
417417
## TODO this line fails, because the function (r, t) -> β * r + α * t
418418
## is an anonymous ITensor function which the GPU compiler cannot process
419419
## This code is being called in ITensorsVectorInterfaceExt but checked was missed because
420-
420+
421421
map!((r, t) -> β * r + α * t, T, T, A)
422422
else
423423
bc_bc_α = find_type(Broadcasted, bc_α.args)

0 commit comments

Comments
 (0)