chore: lint

This commit is contained in:
cha0s 2024-08-05 13:57:15 -05:00
parent 06066e5c43
commit 65f1fe6270

View File

@ -92,7 +92,7 @@ export default class Sprite extends Component {
set lightness(lightness) {
this.$$lightness = lightness;
const [h, s] = hexToHsl(this.$$tint);
super.tint = hslToHex(h, s, lightness);;
super.tint = hslToHex(h, s, lightness);
}
get rotates() {
if (!this.$$sourceJson.meta) {