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 authored and jessegreenberg committed Apr 21, 2021
1 parent 128a0e0 commit 33f0fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/moleculesandlight/view/ObservationWindowDescriber.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import ObservationWindowAlertManager from './ObservationWindowAlertManager.js';

const emptySpaceString = moleculesAndLightStrings.a11y.emptySpace;
const photonEmitterOffDescriptionPatternString = moleculesAndLightStrings.a11y.photonEmitterOffDescriptionPattern;
const targetMoleculePatternString = moleculesAndLightStrings. a11y.targetMoleculePattern;
const targetMoleculePatternString = moleculesAndLightStrings.a11y.targetMoleculePattern;
const inactiveAndPassesPhaseDescriptionPatternString = moleculesAndLightStrings.a11y.inactiveAndPassesPhaseDescriptionPattern;
const emissionPhaseDescriptionPatternString = moleculesAndLightStrings.a11y.emissionPhaseDescriptionPattern;
const moleculePiecesGoneString = moleculesAndLightStrings.a11y.moleculePiecesGone;
Expand Down

0 comments on commit 33f0fd6

Please sign in to comment.