Skip to content

Commit 5ad3542

Browse files
committed
format
1 parent 506578c commit 5ad3542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diagnostics/default_diagnostics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function core_default_diagnostics(output_writer, duration, start_date; topograph
184184
),
185185
average_func(core_diagnostics...; output_writer, start_date)...,
186186
min_func("ts"; output_writer, start_date),
187-
max_func("ts"; output_writer, start_date),]
187+
max_func("ts"; output_writer, start_date)]
188188
else
189189
[
190190
average_func(core_diagnostics...; output_writer, start_date)...,

0 commit comments

Comments
 (0)