Skip to content

Commit e5e8d00

Browse files
committed
💯 coverage
1 parent d75ac03 commit e5e8d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MultivariateOrthogonalPolynomials.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ using Base, RecipesBase, ApproxFun, BandedMatrices, BlockArrays,
66
LinearAlgebra, Libdl, SpecialFunctions
77

88
# package code goes here
9-
import Base: values,getindex,setindex!,*,.*,+,.+,-,.-,==,<,<=,>,
10-
>=,./,/,.^,^,\,,transpose
9+
import Base: values,getindex,setindex!,*, +, -, ==,<,<=,>,
10+
>=,/,^,\,,transpose
1111

1212

1313
import BandedMatrices: mul!, inbands_getindex, inbands_setindex!

0 commit comments

Comments
 (0)