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 e481a4f commit 4fd5848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/BAAScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ class BAAScreenView extends ScreenView {
nucleonElectronLayer.addChild( electronLayer );

// Add the nucleon particle views.
const nucleonsGroupTandem = tandem.createTandem('nucleons').createGroupTandem( 'nucleon' );
const electronsGroupTandem = tandem.createTandem('electrons').createGroupTandem( 'electron' );
const nucleonsGroupTandem = tandem.createTandem( 'nucleons' ).createGroupTandem( 'nucleon' );
const electronsGroupTandem = tandem.createTandem( 'electrons' ).createGroupTandem( 'electron' );

// add the nucleons
const particleDragBounds = modelViewTransform.viewToModelBounds( this.layoutBounds );
Expand Down

0 comments on commit 4fd5848

Please sign in to comment.