mirror of
https://github.com/gchq/CyberChef
synced 2025-12-12 06:13:31 +00:00
Added eslint space-before-blocks rule
This commit is contained in:
@@ -134,7 +134,7 @@ CMYK: ${cmyk}
|
||||
static _hslToRgb(h, s, l) {
|
||||
let r, g, b;
|
||||
|
||||
if (s === 0){
|
||||
if (s === 0) {
|
||||
r = g = b = l; // achromatic
|
||||
} else {
|
||||
const hue2rgb = function hue2rgb(p, q, t) {
|
||||
|
||||
Reference in New Issue
Block a user