Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Apr 20, 2024
1 parent be5e5bc commit c67bb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function LinearOperator(
M::AbstractMatrix{T};
symmetric = false,
hermitian = false,
S = storage_type(M)
S = storage_type(M),
) where {T}
nrow, ncol = size(M)
prod! = @closure (res, v, α, β) -> mul!(res, M, v, α, β)
Expand Down

0 comments on commit c67bb81

Please sign in to comment.