Skip to content

Commit

Permalink
Use semicolons to terminate fields in type StringType, see phetsims/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 7, 2022
1 parent 6072da1 commit dc65641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/fractionsEqualityStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import fractionsEquality from './fractionsEquality.js';

type StringsType = {
'fractions-equality': {
'title': string
},
'title': string;
};
'screen': {
'equalityLab': string,
'game': string
'equalityLab': string;
'game': string;
}
};

Expand Down

0 comments on commit dc65641

Please sign in to comment.