Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 87c9c0d

Browse files
committed
formatting
1 parent 9cb861a commit 87c9c0d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/basictests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using SimpleNonlinearSolve, StaticArrays, BenchmarkTools, DiffEqBase, LinearAlgebra, Test,
1+
using SimpleNonlinearSolve,
2+
StaticArrays, BenchmarkTools, DiffEqBase, LinearAlgebra, Test,
23
NNlib
34

45
const BATCHED_BROYDEN_SOLVERS = []

test/inplace.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using SimpleNonlinearSolve, StaticArrays, BenchmarkTools, DiffEqBase, LinearAlgebra, Test,
1+
using SimpleNonlinearSolve,
2+
StaticArrays, BenchmarkTools, DiffEqBase, LinearAlgebra, Test,
23
NNlib
34

45
# Supported Solvers: BatchedBroyden, BatchedSimpleDFSane

0 commit comments

Comments
 (0)