Apply clang-format

This commit is contained in:
Simon Schneegans
2022-04-18 13:09:18 +02:00
parent ee320739c6
commit 3dd7c22d76

View File

@@ -55,7 +55,7 @@ try {
if (colorRangeLightness != '') { if (colorRangeLightness != '') {
lig = colorRangeLightness; lig = colorRangeLightness;
} }
content.color = "hsl(" + hue + ", " + sat + "%, " + lig + "%)"; content.color = 'hsl(' + hue + ', ' + sat + '%, ' + lig + '%)';
} else if (color != '') { } else if (color != '') {
content.color = color; content.color = color;
} }