mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
10 lines
140 B
Julia
10 lines
140 B
Julia
using JuliaFormatter
|
|
format(
|
|
[
|
|
"../../src",
|
|
"../../test",
|
|
"../../benchmark/run.jl",
|
|
],
|
|
verbose=true,
|
|
)
|