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 a46c796 commit 505a913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/racinglab/view/RacingLabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BUTTON_X_SPACE = 20; // space between buttons
const ACCORDION_BOX_X_SPACE = 10; // space between accordion boxes

class RacingLabScreenView extends ScreenView {

/**
* @param {RacingLabModel} model
* @param {Object} [options]
Expand Down
2 changes: 1 addition & 1 deletion js/shopping/view/ShoppingScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ShoppingCategoryRadioButtonGroup from './ShoppingCategoryRadioButtonGroup
import ShoppingViewProperties from './ShoppingViewProperties.js';

class ShoppingScreenView extends ScreenView {

/**
* @param {ShoppingModel} model
* @param {Object} [options]
Expand Down

0 comments on commit 505a913

Please sign in to comment.