Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyaochen authored and shiyaochen committed Oct 17, 2024
1 parent 0aadb5c commit 581f911
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 43 deletions.
5 changes: 1 addition & 4 deletions labware-library/src/components/labware-ui/labware-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -475,9 +475,6 @@ export const labwareImages: Record<string, string[]> = {
).href,
],
opentrons_flex_deck_riser: [
new URL(
'../../images/opentrons_flex_deck_riser.jpg',
import.meta.url
).href,
new URL('../../images/opentrons_flex_deck_riser.jpg', import.meta.url).href,
],
}
78 changes: 39 additions & 39 deletions shared-data/labware/definitions/2/opentrons_flex_deck_riser/1.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"ordering": [],
"brand": {
"brand": "Opentrons",
"brandId": []
},
"metadata": {
"displayName": "Opentrons Flex Deck Riser",
"displayCategory": "adapter",
"displayVolumeUnits": "\u00b5L",
"tags": []
},
"dimensions": {
"xDimension": 140,
"yDimension": 98,
"zDimension": 21
},
"wells": {},
"groups": [
{
"metadata": {},
"wells": []
}
],
"parameters": {
"format": "96Standard",
"quirks": [],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "opentrons_flex_deck_riser"
},
"namespace": "opentrons",
"version": 1,
"schemaVersion": 2,
"allowedRoles": ["adapter"],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
"ordering": [],
"brand": {
"brand": "Opentrons",
"brandId": []
},
"metadata": {
"displayName": "Opentrons Flex Deck Riser",
"displayCategory": "adapter",
"displayVolumeUnits": "\u00b5L",
"tags": []
},
"dimensions": {
"xDimension": 140,
"yDimension": 98,
"zDimension": 21
},
"wells": {},
"groups": [
{
"metadata": {},
"wells": []
}
}
],
"parameters": {
"format": "96Standard",
"quirks": [],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "opentrons_flex_deck_riser"
},
"namespace": "opentrons",
"version": 1,
"schemaVersion": 2,
"allowedRoles": ["adapter"],
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
"z": 0
}
}

0 comments on commit 581f911

Please sign in to comment.