Skip to content

Commit

Permalink
🤖 Automated formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored and github-actions[bot] committed Mar 8, 2024
1 parent ac64066 commit c880c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commons/color/flatten-colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function setSaturation(color, s) {
{ name: 'red', value: color.red },
{ name: 'green', value: color.green },
{ name: 'blue', value: color.blue }
]
];

// find the min, mid, and max values of the color components
const [Cmin, Cmid, Cmax] = colorEntires.sort((a, b) => {
Expand Down

0 comments on commit c880c60

Please sign in to comment.