Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Mar 27, 2024
1 parent 27c12ee commit bbc0c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const pipetteEntities: PipetteEntities = {
name: 'p10_single',
spec: fixtureP10SingleV2Specs,
tiprackDefURI: ['opentrons/opentrons_96_tiprack_10ul/1'],
tiprackLabwareDef: fixtureTiprack10ul,
tiprackLabwareDef: [fixtureTiprack10ul],
},
}
export const labwareNicknamesById: Record<string, string> = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const moveLiquidFormToArgs = (
const matchingTipLiquidSpecs = getMatchingTipLiquidSpecs(
fields.pipette,
fields.volume,
tipRack,
tipRack
)
const commonFields = {
pipette: pipetteId,
Expand Down

0 comments on commit bbc0c95

Please sign in to comment.