Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jan 15, 2025
1 parent ae9b40a commit 09c54f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { BalanceBanner } = VM.require(

function hexToHsl(hex) {
// Remove # if present
hex = hex ?? ''
hex = hex ?? "";
hex = hex.startsWith("#") ? hex.slice(1) : hex;

// Extract RGB components
Expand Down

0 comments on commit 09c54f3

Please sign in to comment.