Skip to content

Commit ae36831

Browse files
committed
Fix styling
1 parent 5c61287 commit ae36831

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Instrumentation/AwsSdk/AwsSdkInstrumentation.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
use Aws\ResultInterface;
99
use OpenTelemetry\API\Common\Instrumentation\InstrumentationInterface;
1010
use OpenTelemetry\API\Common\Instrumentation\InstrumentationTrait;
11+
use OpenTelemetry\API\Trace\SpanInterface;
1112
use OpenTelemetry\API\Trace\SpanKind;
1213
use OpenTelemetry\API\Trace\TracerInterface;
1314
use OpenTelemetry\API\Trace\TracerProviderInterface;
14-
use OpenTelemetry\API\Trace\SpanInterface;
15-
use OpenTelemetry\Context\ScopeInterface;
16-
1715
use OpenTelemetry\Context\Context;
16+
1817
use OpenTelemetry\Context\Propagation\TextMapPropagatorInterface;
18+
use OpenTelemetry\Context\ScopeInterface;
1919

2020
/**
2121
* @experimental
@@ -35,7 +35,6 @@ class AwsSdkInstrumentation implements InstrumentationInterface
3535
private SpanInterface $span;
3636
private ScopeInterface $scope;
3737

38-
3938
public function getName(): string
4039
{
4140
return self::NAME;

0 commit comments

Comments
 (0)