From fae7f286f98d3d920d3d6b01bd8e3e8380bd5862 Mon Sep 17 00:00:00 2001 From: Jesse Date: Fri, 3 Apr 2020 17:44:17 -0400 Subject: [PATCH] reformatting, import statements on a single line, see phetsims/phet-info#139 --- js/common/model/MessengerRnaFragment.js | 3 +-- js/common/model/TranscriptionFactor.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/js/common/model/MessengerRnaFragment.js b/js/common/model/MessengerRnaFragment.js index 38d2ba05..65406cb2 100644 --- a/js/common/model/MessengerRnaFragment.js +++ b/js/common/model/MessengerRnaFragment.js @@ -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'; diff --git a/js/common/model/TranscriptionFactor.js b/js/common/model/TranscriptionFactor.js index 87075257..b6187e4a 100644 --- a/js/common/model/TranscriptionFactor.js +++ b/js/common/model/TranscriptionFactor.js @@ -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';