Skip to content

Commit 59a0f4e

Browse files
committed
fix: cargo fmt
1 parent fb64fd5 commit 59a0f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/src/layers/otel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{fmt::Display, future::Future, pin::Pin, task};
22

33
use crate::LambdaInvocation;
4-
use opentelemetry_semantic_conventions::attribute as attribute;
4+
use opentelemetry_semantic_conventions::attribute;
55
use pin_project::pin_project;
66
use tower::{Layer, Service};
77
use tracing::{field, instrument::Instrumented, Instrument};

0 commit comments

Comments
 (0)