Skip to content

Commit 8f1a381

Browse files
authored
remove trailing whitespace (#147)
1 parent defba13 commit 8f1a381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SpacesTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ using ApproxFunOrthogonalPolynomials
179179
@test v coefficients(Fun(x->x^2, Legendre()))
180180

181181
@testset "inplace transform" begin
182-
@testset for sp_c in Any[Legendre(), Chebyshev(), Jacobi(1,2), Jacobi(0.3, 2.3),
182+
@testset for sp_c in Any[Legendre(), Chebyshev(), Jacobi(1,2), Jacobi(0.3, 2.3),
183183
Ultraspherical(1), Ultraspherical(2)]
184184
@testset for sp in Any[sp_c, NormalizedPolynomialSpace(sp_c)]
185185
v = rand(10)

0 commit comments

Comments
 (0)