Skip to content

Commit

Permalink
reformatting, import statements on a single line, see phetsims/phet-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 3, 2020
1 parent bab2c32 commit fae7f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions js/common/model/MessengerRnaFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
import Shape from '../../../../kite/js/Shape.js';
import inherit from '../../../../phet-core/js/inherit.js';
import geneExpressionEssentials from '../../geneExpressionEssentials.js';
import MessengerRnaFragmentAttachmentStateMachine
from './attachment-state-machines/MessengerRnaFragmentAttachmentStateMachine.js';
import MessengerRnaFragmentAttachmentStateMachine from './attachment-state-machines/MessengerRnaFragmentAttachmentStateMachine.js';
import SquareSegment from './SquareSegment.js';
import WindingBiomolecule from './WindingBiomolecule.js';

Expand Down
3 changes: 1 addition & 2 deletions js/common/model/TranscriptionFactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import Vector2 from '../../../../dot/js/Vector2.js';
import inherit from '../../../../phet-core/js/inherit.js';
import Color from '../../../../scenery/js/util/Color.js';
import geneExpressionEssentials from '../../geneExpressionEssentials.js';
import TranscriptionFactorAttachmentStateMachine
from './attachment-state-machines/TranscriptionFactorAttachmentStateMachine.js';
import TranscriptionFactorAttachmentStateMachine from './attachment-state-machines/TranscriptionFactorAttachmentStateMachine.js';
import BioShapeUtils from './BioShapeUtils.js';
import MobileBiomolecule from './MobileBiomolecule.js';
import StubGeneExpressionModel from './StubGeneExpressionModel.js';
Expand Down

0 comments on commit fae7f28

Please sign in to comment.