Skip to content

Commit a2ff053

Browse files
authored
Merge pull request #431 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents 4fa040c + 3150573 commit a2ff053

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ext/TestRunner.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,12 @@ julia> cb(info)
13371337
[█████░░░░░░░░░░░] ✓ [05/10] test_example (1.2s)
13381338
```
13391339
"""
1340-
function _make_default_on_test_done(io::IO, total::Int, progress_bar_threshold::Int=_PROGRESS_BAR_THRESHOLD, show_progress_bar::Bool=true)
1340+
function _make_default_on_test_done(
1341+
io::IO,
1342+
total::Int,
1343+
progress_bar_threshold::Int=_PROGRESS_BAR_THRESHOLD,
1344+
show_progress_bar::Bool=true,
1345+
)
13411346
history = total <= progress_bar_threshold ? fill(0, total) : Int[]
13421347
max_severity = Ref{Int}(0)
13431348

0 commit comments

Comments
 (0)