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 9d15eae commit f729691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lab/view/LabScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class LabScreenView extends EqualityExplorerScreenView {
* @override
*/
createSceneNode( scene, sceneProperty, equationAccordionBoxExpandedProperty,
snapshotsAccordionBoxExpandedProperty, layoutBounds, options ) {
snapshotsAccordionBoxExpandedProperty, layoutBounds, options ) {
return new LabSceneNode( scene, sceneProperty, equationAccordionBoxExpandedProperty,
snapshotsAccordionBoxExpandedProperty, layoutBounds, options );
}
Expand Down

0 comments on commit f729691

Please sign in to comment.