Skip to content

Commit

Permalink
Apply WebStorm formatting, see phetsims/phet-info#155
Browse files Browse the repository at this point in the history
samreid committed Feb 26, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5d99494 commit 0cf674c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/IdealGasLawScreenView.js
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ class IdealGasLawScreenView extends BaseScreenView {
// Dimensional arrows that indicate container size
const containerWidthNode = new ContainerWidthNode( model.container.position, model.container.widthProperty,
model.modelViewTransform, widthVisibleProperty, {
tandem: tandem.createTandem( 'containerWidthNode' )
tandem: tandem.createTandem( 'containerWidthNode' )
} );

// Radio buttons for selecting particle type

0 comments on commit 0cf674c

Please sign in to comment.