Skip to content

Commit a1283f4

Browse files
Format file
1 parent dbd3590 commit a1283f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/SciMLOperatorsStaticArraysCoreExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import SciMLOperators
44
import StaticArraysCore
55

66
function Base.copyto!(L::SciMLOperators.MatrixOperator,
7-
rhs::Base.Broadcast.Broadcasted{<:StaticArraysCore.StaticArrayStyle})
8-
(copyto!(L.A, rhs); L)
7+
rhs::Base.Broadcast.Broadcasted{<:StaticArraysCore.StaticArrayStyle})
8+
(copyto!(L.A, rhs); L)
99
end
1010

1111
end #module

0 commit comments

Comments
 (0)