Skip to content

Commit

Permalink
js format
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Sep 19, 2023
1 parent b33dec4 commit 02b907e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-client/src/instruments/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ type Mount = 'left' | 'right' | 'extension'

export interface InconsistentCalibrationFailure {
kind: 'inconsistent-pipette-offset'
offsets: Map<'left'|'right', {x: number, y: number, z: number}>
offsets: Map<'left' | 'right', { x: number; y: number; z: number }>
limit: number
}

export type CalibrationReasonabilityCheckFailure = |InconsistentCalibrationFailure
export type CalibrationReasonabilityCheckFailure = InconsistentCalibrationFailure

export interface SharedInstrumentData {
mount: Mount
Expand Down

0 comments on commit 02b907e

Please sign in to comment.