Skip to content

Commit b1a9c97

Browse files
committed
Format
1 parent 272ddb3 commit b1a9c97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/plugin.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ class Instanceinator {
6262
appendListeners: ((id: number) => void)[] = []
6363
deleteListeners: ((id: number) => void)[] = []
6464

65-
labelDrawClasses: (new (instance: InstanceinatorInstance) => LabelDrawClass)[] = [IdLabelDrawClass, FpsLabelDrawClass]
65+
labelDrawClasses: (new (instance: InstanceinatorInstance) => LabelDrawClass)[] = [
66+
IdLabelDrawClass,
67+
FpsLabelDrawClass,
68+
]
6669

6770
resetInstanceIdCounter() {
6871
if (Object.keys(instanceinator.instances).length != 1)

0 commit comments

Comments
 (0)