Skip to content

Commit bf8e8b6

Browse files
committed
fix numerical verbosity
1 parent 7de61c1 commit bf8e8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NonlinearSolveBase/src/verbosity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ end
103103
mutable struct NonlinearNumericalVerbosity
104104
threshold_state::Verbosity.Type
105105
pinv_undefined::Verbosity.Type
106-
function NonlinearNumericalVerbosity(;
106+
function NonlinearNumericalVerbosity(
107107
threshold_state = nonlinear_verbosity_defaults[:threshold_state],
108108
pinv_undefined = nonlinear_verbosity_defaults[:pinv_undefined])
109109
new(threshold_state, pinv_undefined)

0 commit comments

Comments
 (0)