Skip to content

Commit b2633af

Browse files
committed
lint fix
1 parent 164c863 commit b2633af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/src/aws-metric-attribute-generator.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,15 +469,12 @@ export class AwsMetricAttributeGenerator implements MetricAttributeGenerator {
469469
attributes[AWS_ATTRIBUTE_KEYS.AWS_REMOTE_RESOURCE_IDENTIFIER] = remoteResourceIdentifier;
470470

471471
if (AwsSpanProcessingUtil.isAwsSDKSpan(span)) {
472-
473472
if (cloudFormationIdentifier === undefined) {
474473
cloudFormationIdentifier = remoteResourceIdentifier;
475474
}
476475

477476
attributes[AWS_ATTRIBUTE_KEYS.AWS_CLOUDFORMATION_PRIMARY_IDENTIFIER] = cloudFormationIdentifier;
478-
479477
}
480-
481478
}
482479
}
483480

0 commit comments

Comments
 (0)