Skip to content

Commit

Permalink
remove keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Oct 24, 2023
1 parent 334d647 commit 95da7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callback.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function make_print_callback(callback, print_iter, headers, format_string, forma
if callback === nothing
return true
end
return callback(state, args...; length_prev_msg=length_prev_msg, kwargs...)
return callback(state, args...; kwargs...)
end
end

Expand Down

0 comments on commit 95da7f7

Please sign in to comment.