From 3518959afb2ec4b829b7f377ca12571bfc4dc903 Mon Sep 17 00:00:00 2001 From: odow Date: Mon, 6 Nov 2023 11:04:22 +1300 Subject: [PATCH] Fix formatting --- test/test_operator.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_operator.jl b/test/test_operator.jl index 58e8b03e3fb..c4d5a47cadd 100644 --- a/test/test_operator.jl +++ b/test/test_operator.jl @@ -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)