Skip to content

Commit eb91c17

Browse files
committed
Formatting
1 parent f41bb23 commit eb91c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spine-ts/spine-pixi/src/Spine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export class Spine extends Container {
128128
this.skeleton.updateWorldTransform(Physics.update);
129129
}
130130

131-
private initializeMeshFactory(options?: ISpineOptions) {
131+
private initializeMeshFactory (options?: ISpineOptions) {
132132
if (options?.slotMeshFactory) {
133133
this.slotMeshFactory = options?.slotMeshFactory;
134134
} else {

0 commit comments

Comments
 (0)