ci: Fix format to fix build (#18725)

This commit is contained in:
Iván Ovejero
2025-08-25 10:43:15 +02:00
committed by GitHub
parent c9c1971005
commit 26cabc5c2f
2 changed files with 4 additions and 3 deletions

View File

@@ -203,8 +203,9 @@ const togglePopup = () => {
} }
.emoji { .emoji {
font-family: 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI', 'Apple Color Emoji', font-family:
'Twemoji Mozilla', 'Noto Color Emoji', 'Android Emoji', sans-serif; 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI', 'Apple Color Emoji', 'Twemoji Mozilla',
'Noto Color Emoji', 'Android Emoji', sans-serif;
} }
} }
</style> </style>

View File

@@ -1279,7 +1279,7 @@
var g = parseInt(result[2], 16); var g = parseInt(result[2], 16);
var b = parseInt(result[3], 16); var b = parseInt(result[3], 16);
(r /= 255), (g /= 255), (b /= 255); ((r /= 255), (g /= 255), (b /= 255));
var max = Math.max(r, g, b), var max = Math.max(r, g, b),
min = Math.min(r, g, b); min = Math.min(r, g, b);
var h, var h,