Skip to content

Commit cfd7102

Browse files
committed
🤖 Format .jl files
1 parent 011d807 commit cfd7102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstract.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ has_args5(op::AbstractMatrix) = true # Needed for BlockDiagonalOperator
168168
# Alert user of the need for storage_type method definition for arbitrary, user defined operators
169169
storage_type(op::AbstractLinearOperator) = error("please implement storage_type for $(typeof(op))")
170170

171-
storage_type(op::LinearOperator) = typeof(op.Mv5)
171+
storage_type(op::LinearOperator) = typeof(op.Mv5)
172172
storage_type(M::AbstractMatrix{T}) where {T} = Vector{T}
173173

174174
"""

0 commit comments

Comments
 (0)