Skip to content

Commit b42d744

Browse files
committed
refactor(sagemaker): address latest PR review feedback - Remove unused space
1 parent 6213979 commit b42d744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-sagemaker-alpha/lib/endpoint-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export class EndpointConfig extends cdk.Resource implements IEndpointConfig {
476476
if (this._instanceProductionVariants.length === 0) {
477477
throw new Error('renderInstanceProductionVariants called but no instance variants are configured');
478478
}
479-
479+
480480
return this._instanceProductionVariants.map( v => ({
481481
acceleratorType: v.acceleratorType?.toString(),
482482
initialInstanceCount: v.initialInstanceCount,

0 commit comments

Comments
 (0)