Skip to content

Commit

Permalink
Fix lint errors, see phetsims/sun#814
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 11, 2023
1 parent 3b661aa commit bee339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/GreenhouseEffectCheckbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TReadOnlyProperty from '../../../../axon/js/TReadOnlyProperty.js';
import optionize from '../../../../phet-core/js/optionize.js';
import PickRequired from '../../../../phet-core/js/types/PickRequired.js';
import PhetFont from '../../../../scenery-phet/js/PhetFont.js';
import { HBox, Node, Text, TextOptions } from '../../../../scenery/js/imports.js';
import { HBox, Node, Text } from '../../../../scenery/js/imports.js';
import Checkbox, { CheckboxOptions } from '../../../../sun/js/Checkbox.js';
import greenhouseEffect from '../../greenhouseEffect.js';

Expand Down

0 comments on commit bee339a

Please sign in to comment.