Skip to content

Commit d8580f3

Browse files
authored
Merge pull request #432 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents a2ff053 + 099b580 commit d8580f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/TestRunner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ function _make_default_on_test_done(
13551355
_format_progress_line(
13561356
io,
13571357
info;
1358-
history=!isempty(history) ? history : nothing,
1358+
history=(!isempty(history) ? history : nothing),
13591359
cumulative_severity=max_severity[],
13601360
progress_bar_threshold=progress_bar_threshold,
13611361
show_progress_bar=show_progress_bar,

0 commit comments

Comments
 (0)