Skip to content

Commit

Permalink
runs formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 10, 2024
1 parent fb40579 commit 5b0a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/logo-lie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ rs = range(0, π / 5; length=6)
#
# Plot manifold patches
# rotate color indices
indices = [3,4,2] # original [2,3,4]
indices = [3, 4, 2] # original [2,3,4]
patch_colors = rgb_logo_colors[indices]
patch_colors_line =
dark_mode ? rgb_logo_colors_bright[indices] : rgb_logo_colors_dark[indices]
Expand Down

0 comments on commit 5b0a241

Please sign in to comment.