You've already forked dynamic-badges-action
✨ Apply clang-format
This commit is contained in:
2
index.js
2
index.js
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user