chore: lint

This commit is contained in:
amhsirak
2025-03-04 22:40:51 +05:30
parent bcff0e5d83
commit 2f1aca94d9

View File

@@ -238,4 +238,4 @@ export class CanvasRenderer {
this.offscreenCtx.clearRect(0, 0, this.offscreenCanvas.width, this.offscreenCanvas.height); this.offscreenCtx.clearRect(0, 0, this.offscreenCanvas.width, this.offscreenCanvas.height);
} }
} }
} }