Skip to content

Commit c68866a

Browse files
committed
lint fix
1 parent fa97573 commit c68866a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/src/aws-opentelemetry-configurator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class AwsOpentelemetryConfigurator {
239239

240240
spanProcessors.push(AttributePropagatingSpanProcessorBuilder.create().build());
241241

242-
if(isXrayOtlpEndpoint(process.env['OTEL_EXPORTER_OTLP_TRACES_ENDPOINT'])) {
242+
if (isXrayOtlpEndpoint(process.env['OTEL_EXPORTER_OTLP_TRACES_ENDPOINT'])) {
243243
return;
244244
}
245245

aws-distro-opentelemetry-node-autoinstrumentation/test/otlp-aws-span-exporter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('OTLPAwsSpanExporter', () => {
7777

7878
exporter.export([], () => {});
7979
});
80-
80+
8181
describe('Should not inject SigV4 headers if dependencies are missing', () => {
8282
const dependencies = [
8383
'@aws-sdk/credential-provider-node',

0 commit comments

Comments
 (0)