Skip to content

Commit 4645c43

Browse files
Update src/problems/nonlinear_problems.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3345f25 commit 4645c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/nonlinear_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Note that this example aliases the parameters together for a memory-reduced repr
462462
* `probs`: the collection of problems to solve
463463
* `explictfuns!`: the explicit functions for mutating the parameter set
464464
"""
465-
mutable struct SCCNonlinearProblem{P,E}
465+
mutable struct SCCNonlinearProblem{P, E}
466466
probs::P
467467
explictfuns!::E
468468
end

0 commit comments

Comments
 (0)