Skip to content

Commit 9352d4d

Browse files
authored
Fix Linter import (#163)
1 parent e3baa6b commit 9352d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdaptiveRegularization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Stopping, StoppingInterface
99

1010
using Krylov: Krylov, cg!, cg_lanczos_shift!
1111
using Krylov: CgLanczosShiftWorkspace, CgWorkspace, CglsWorkspace, LsqrWorkspace, krylov_solve!
12-
using LinearAlgebra: LinearAlgebra, Symmetric, mul!, norm
12+
using LinearAlgebra: LinearAlgebra, Symmetric, mul!, norm, /,
1313
using LinearOperators: LinearOperators, LinearOperator
1414
using NLPModels:
1515
NLPModels,

0 commit comments

Comments
 (0)