Skip to content

Commit 1a776cd

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
style(oci-compute): finish CI formatting corrections
1 parent 7b00ce3 commit 1a776cd

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

apps/sim/blocks/blocks/oci_compute.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,8 +2009,7 @@ export const OciComputeBlock: BlockConfig<OciComputeResponse> = {
20092009
},
20102010
instanceHostnameFormatter: {
20112011
type: 'string',
2012-
description:
2013-
'Hostname formatter for future pool instances; empty string clears it on update',
2012+
description: 'Hostname formatter for future pool instances; empty string clears it on update',
20142013
},
20152014
isAutoTerminate: {
20162015
type: 'boolean',

apps/sim/tools/oci_compute/types.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,11 @@ export const INSTANCE_POOL_SUMMARY_OUTPUT_PROPERTIES = {
11311131
nullable: true,
11321132
},
11331133
size: { type: 'number', description: 'Desired pool size', nullable: true },
1134-
availabilityDomains: { type: 'array', description: 'Pool availability domains', items: { type: 'string' } },
1134+
availabilityDomains: {
1135+
type: 'array',
1136+
description: 'Pool availability domains',
1137+
items: { type: 'string' },
1138+
},
11351139
} as const satisfies Record<string, ToolOutputProperty>
11361140

11371141
export interface OciComputePoolInstance {
@@ -1361,7 +1365,11 @@ export const VNIC_OUTPUT_PROPERTIES = {
13611365
description: 'Network security group OCIDs',
13621366
items: { type: 'string' },
13631367
},
1364-
ipv6Addresses: { type: 'array', description: 'Assigned IPv6 addresses', items: { type: 'string' } },
1368+
ipv6Addresses: {
1369+
type: 'array',
1370+
description: 'Assigned IPv6 addresses',
1371+
items: { type: 'string' },
1372+
},
13651373
} as const satisfies Record<string, ToolOutputProperty>
13661374

13671375
export interface OciComputeVnicAttachment {

0 commit comments

Comments
 (0)