Skip to content

Commit c19bc25

Browse files
fix fmt
1 parent 6a9754f commit c19bc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/src/layers/otel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::LambdaInvocation;
44
use opentelemetry_semantic_conventions::trace as traceconv;
55
use pin_project::pin_project;
66
use tower::{Layer, Service};
7-
use tracing::{instrument::Instrumented, Instrument, field};
7+
use tracing::{field, instrument::Instrumented, Instrument};
88

99
/// Tower layer to add OpenTelemetry tracing to a Lambda function invocation. The layer accepts
1010
/// a function to flush OpenTelemetry after the end of the invocation.

0 commit comments

Comments
 (0)