Skip to content

Commit

Permalink
Apply WebStorm formatting, see phetsims/phet-info#155
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 26, 2021
1 parent 33087a7 commit 6c7acaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/game/view/FractionChallengePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FractionChallengePanel extends Panel {
*
* @param {ModelViewTransform2} modelViewTransform
*/
updateModelPositions(modelViewTransform ) {
updateModelPositions( modelViewTransform ) {
this.box.updateModelPositions( modelViewTransform, this );
}

Expand Down
2 changes: 1 addition & 1 deletion js/lab/view/LabNumberPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class LabNumberPanel extends Panel {
*
* @param {ModelViewTransform2} modelViewTransform
*/
updateModelPositions(modelViewTransform ) {
updateModelPositions( modelViewTransform ) {
this.box.updateModelPositions( modelViewTransform, this );
}
}
Expand Down
2 changes: 1 addition & 1 deletion js/lab/view/LabShapePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class LabShapePanel extends Panel {
*
* @param {ModelViewTransform2} modelViewTransform
*/
updateModelPositions(modelViewTransform ) {
updateModelPositions( modelViewTransform ) {
this.pieBox.updateModelPositions( modelViewTransform, this );
this.barBox.updateModelPositions( modelViewTransform, this );
}
Expand Down

0 comments on commit 6c7acaf

Please sign in to comment.