Skip to content

Commit 4f74479

Browse files
committed
chore: run formatter
1 parent d44b6b6 commit 4f74479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/NonlinearSolveBase/src/timer_outputs.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Enable `TimerOutput` for all `NonlinearSolve` algorithms. This is useful for deb
3939
but has some overhead, so it is disabled by default.
4040
"""
4141
function enable_timer_outputs()
42-
@set_preferences!("enable_timer_outputs" => true)
42+
@set_preferences!("enable_timer_outputs"=>true)
4343
@info "Timer Outputs Enabled. Restart the Julia session for this to take effect."
4444
end
4545

@@ -50,6 +50,6 @@ Disable `TimerOutput` for all `NonlinearSolve` algorithms. This should be used w
5050
`NonlinearSolve` is being used in performance-critical code.
5151
"""
5252
function disable_timer_outputs()
53-
@set_preferences!("enable_timer_outputs" => false)
53+
@set_preferences!("enable_timer_outputs"=>false)
5454
@info "Timer Outputs Disabled. Restart the Julia session for this to take effect."
5555
end

0 commit comments

Comments
 (0)