Skip to content

Commit

Permalink
Forgot to run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 9, 2024
1 parent 20b7caa commit dd37c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/gamut-mapping/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const methods = {
[
util.clamp(0.0, coords[0], 1.0),
util.clamp(0.0, coords[1], 1.0),
util.clamp(0.0, coords[2], 1.0)
]
util.clamp(0.0, coords[2], 1.0),
],
);

return gamutColor.to("p3");
Expand Down

0 comments on commit dd37c13

Please sign in to comment.