Skip to content

Commit

Permalink
fixed colorNames sorting mistake (#19125) [backport]
Browse files Browse the repository at this point in the history
(cherry picked from commit 528ef6c)
  • Loading branch information
orthoplex authored and narimiran committed Nov 17, 2021
1 parent 1090b0c commit cfee71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/colors.nim
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ const
("lightcoral", colLightCoral),
("lightcyan", colLightCyan),
("lightgoldenrodyellow", colLightGoldenRodYellow),
("lightgrey", colLightGrey),
("lightgreen", colLightGreen),
("lightgrey", colLightGrey),
("lightpink", colLightPink),
("lightsalmon", colLightSalmon),
("lightseagreen", colLightSeaGreen),
Expand Down

0 comments on commit cfee71e

Please sign in to comment.