mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
Fix formatting
This commit is contained in:
@@ -55,9 +55,6 @@ end
|
||||
function _setup_logger(; level = CoreLogging.Info)
|
||||
initial_time = time()
|
||||
return global_logger(
|
||||
TimeLogger(
|
||||
initial_time = initial_time,
|
||||
screen_log_level = level,
|
||||
)
|
||||
TimeLogger(initial_time = initial_time, screen_log_level = level),
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user