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 79613bd commit a365b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/BinPacker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class Bin {
private parent: Bin | null;

// Whether our children are responsible for our area
private isSplit: boolean
private isSplit: boolean;

// Whether we are marked as a bin that is used
private isUsed: boolean;
Expand Down

0 comments on commit a365b67

Please sign in to comment.