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 Mar 11, 2021
1 parent 2499b4a commit f0a654f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/model/RSBaseModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class RSBaseModel {
this.atomSpaces.forEach( space => {
if ( space.isVisible ) {
visibleSpace = space;

}
} );
assert && assert( visibleSpace, 'There must be a visible space' );
Expand Down

0 comments on commit f0a654f

Please sign in to comment.