Skip to content

Commit c5dc76a

Browse files
author
Jon Vegard Venås
committed
Modify with JuliaFormatter
1 parent b39f539 commit c5dc76a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/setup_GUI.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ function create_makie_objects(vars::Dict, design::EnergySystemDesign)
366366
markers::Vector{Makie.Scatter} = Vector{Makie.Scatter}(undef, 0)
367367

368368
# Create an ordered list of colors (based on their id)
369-
color_mat = hcat(collect(keys(design.id_to_color_map)), collect(values(design.id_to_color_map)))
369+
color_mat =
370+
hcat(collect(keys(design.id_to_color_map)), collect(values(design.id_to_color_map)))
370371
perm = sortperm(lowercase.(color_mat[:, 1]))
371372
sorted_color_mat = color_mat[perm, :]
372373

0 commit comments

Comments
 (0)