Skip to content

Commit 1cd4836

Browse files
apply formatter
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ca19b4 commit 1cd4836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/univariate/steppingout.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct SliceSteppingOut{W<:Real} <: AbstractUnivariateSliceSampling
1818
end
1919

2020
function SliceSteppingOut(
21-
window::Real; max_stepping_out::Int = 32, max_proposals::Int = DEFAULT_MAX_PROPOSALS
21+
window::Real; max_stepping_out::Int=32, max_proposals::Int=DEFAULT_MAX_PROPOSALS
2222
)
2323
@assert window > 0
2424
return SliceSteppingOut(window, max_stepping_out, max_proposals)

0 commit comments

Comments
 (0)