Skip to content

Commit bbbec20

Browse files
🤖 Format .jl files (#262)
Co-authored-by: juliohm <[email protected]>
1 parent 886de7c commit bbbec20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/distributions.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function _smooth(values)
6060
i = 1
6161
j = first(bounds)
6262
_linear!(sorted, i, j, sorted[j], sorted[j + 1])
63-
for k in 1:length(bounds)-1
63+
for k in 1:(length(bounds) - 1)
6464
i = bounds[k] + 1
6565
j = bounds[k + 1]
6666
_linear!(sorted, i, j, sorted[i - 1], sorted[j])

0 commit comments

Comments
 (0)