Skip to content

Commit

Permalink
Add missing semicolons, see phetsims/chipper#1275
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 11, 2022
1 parent 4e1713a commit c6b8fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/wilder/view/Mixable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ const Poolable = <Type extends Constructor>( type: Type, options?: PoolableOptio
};

class VectorImpl {
public x!: number
public y!: number
public x!: number;
public y!: number;

private z!: number;

Expand Down

0 comments on commit c6b8fd6

Please sign in to comment.