ソースを参照

[ts][pixi-v7] Run tsfmt

Davide Tantillo 9 ヶ月 前
コミット
a4b5605921
1 ファイル変更1 行追加1 行削除
  1. 1 1
      spine-ts/spine-pixi-v7/src/Spine.ts

+ 1 - 1
spine-ts/spine-pixi-v7/src/Spine.ts

@@ -294,7 +294,7 @@ export class Spine extends Container {
 		}
 	}
 
-	protected _calculateBounds(): void {
+	protected _calculateBounds (): void {
 		if (this.hasNeverUpdated) {
 			this.internalUpdate(0, 0);
 			this.renderMeshes();