Skip to content

Commit 099b580

Browse files
ocotsgithub-actions[bot]
authored andcommitted
Format .jl files
1 parent a2ff053 commit 099b580

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)