Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Aug 26, 2024
1 parent 06984c0 commit 3a9212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/ProtocolDetails/AnnotatedSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type {
ProtocolAnalysisOutput,
RunTimeCommand,
} from '@opentrons/shared-data'
import { CommandAnnotation } from '@opentrons/shared-data/commandAnnotation/types'
import type { CommandAnnotation } from '@opentrons/shared-data/commandAnnotation/types'

interface AnnotatedStepsProps {
analysis: CompletedProtocolAnalysis | ProtocolAnalysisOutput
Expand Down

0 comments on commit 3a9212a

Please sign in to comment.