Skip to content

Commit 0ced68e

Browse files
committed
adjust import order
1 parent fcebd6f commit 0ced68e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

detectors/node/opentelemetry-resource-detector-aws/src/detectors/AwsEcsDetectorSync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ import {
4141
ATTR_CLOUD_RESOURCE_ID,
4242
ATTR_CONTAINER_ID,
4343
ATTR_CONTAINER_NAME,
44-
CLOUD_PLATFORM_VALUE_AWS_ECS,
4544
CLOUD_PROVIDER_VALUE_AWS,
45+
CLOUD_PLATFORM_VALUE_AWS_ECS,
4646
} from '../semconv';
4747
import * as http from 'http';
4848
import * as util from 'util';

detectors/node/opentelemetry-resource-detector-aws/test/detectors/AwsEcsDetector.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ import {
4040
ATTR_CLOUD_PROVIDER,
4141
ATTR_CLOUD_REGION,
4242
ATTR_CLOUD_RESOURCE_ID,
43-
CLOUD_PLATFORM_VALUE_AWS_ECS,
4443
CLOUD_PROVIDER_VALUE_AWS,
44+
CLOUD_PLATFORM_VALUE_AWS_ECS,
4545
} from '../../src/semconv';
4646
import { readFileSync } from 'fs';
4747
import * as os from 'os';

detectors/node/opentelemetry-resource-detector-aws/test/detectors/AwsEcsDetectorSync.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ import {
4040
ATTR_CLOUD_PROVIDER,
4141
ATTR_CLOUD_REGION,
4242
ATTR_CLOUD_RESOURCE_ID,
43-
CLOUD_PLATFORM_VALUE_AWS_ECS,
4443
CLOUD_PROVIDER_VALUE_AWS,
44+
CLOUD_PLATFORM_VALUE_AWS_ECS,
4545
} from '../../src/semconv';
4646
import { readFileSync } from 'fs';
4747
import * as os from 'os';

0 commit comments

Comments
 (0)