Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 5, 2023
1 parent 526c362 commit 3518959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_operator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ function test_matrix_abstractscalar_add()
"instead of `x - y`, do `x .- y` for element-wise subtraction." *
" If you are modifying the diagonal entries of a square matrix, " *
"do `x - y * LinearAlgebra.I(n)`, where `n` is the side length.",

)
for lhs in (C, C'), rhs in (x, 1.0 * x, x^2, sin(x))
@test_throws(err_add, lhs + rhs)
Expand Down

0 comments on commit 3518959

Please sign in to comment.