Skip to content

Commit

Permalink
Reformat with WebStorm formatter, see phetsims/chipper#814
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 16, 2021
1 parent ed52a76 commit 97ac7af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/soundManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ class SoundManager extends PhetioObject {

phet.log && phet.log(
`audio context state changed, old state = ${
previousAudioContextState
previousAudioContextState
}, new state = ${
state
state
}, audio context time = ${
phetAudioContext.currentTime}`
phetAudioContext.currentTime}`
);

if ( state !== 'running' ) {
Expand Down

0 comments on commit 97ac7af

Please sign in to comment.