Skip to content

Commit

Permalink
Sort imports and run grunt modulify, see phetsims/chipper#1462
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 27, 2024
1 parent 9ec0474 commit 366806a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/NumberProperty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import Range, { RangeStateObject } from '../../dot/js/Range.js';
import assertMutuallyExclusiveOptions from '../../phet-core/js/assertMutuallyExclusiveOptions.js';
import optionize, { EmptySelfOptions } from '../../phet-core/js/optionize.js';
import StrictOmit from '../../phet-core/js/types/StrictOmit.js';
import Tandem from '../../tandem/js/Tandem.js';
import { PhetioID } from '../../tandem/js/phet-io-types.js';
import Tandem from '../../tandem/js/Tandem.js';
import IOType from '../../tandem/js/types/IOType.js';
import NullableIO from '../../tandem/js/types/NullableIO.js';
import NumberIO from '../../tandem/js/types/NumberIO.js';
Expand Down
2 changes: 1 addition & 1 deletion js/PropertyStateHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*/

import IntentionalAny from '../../phet-core/js/types/IntentionalAny.js';
import Tandem from '../../tandem/js/Tandem.js';
import { PhetioID } from '../../tandem/js/phet-io-types.js';
import Tandem from '../../tandem/js/Tandem.js';
import { TPhetioStateEngine } from '../../tandem/js/TPhetioStateEngine.js';
import axon from './axon.js';
import PropertyStatePhase from './PropertyStatePhase.js';
Expand Down

0 comments on commit 366806a

Please sign in to comment.