Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <david.calavera@gmail.com>
  • Loading branch information
calavera committed Feb 26, 2024
1 parent 5ec5c7c commit d58dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//! Create a type that conforms to the [`tower::Service`] trait. This type can
//! then be passed to the the `lambda_runtime::run` function, which launches
//! and runs the Lambda runtime.
use ::tracing::{error, trace, Instrument};
use bytes::Bytes;
use futures::FutureExt;
use http_body_util::BodyExt;
Expand All @@ -24,7 +25,6 @@ use std::{
use tokio_stream::{Stream, StreamExt};
pub use tower::{self, service_fn, Service};
use tower::{util::ServiceFn, ServiceExt};
use ::tracing::{error, trace, Instrument};

mod deserializer;
mod requests;
Expand Down

0 comments on commit d58dee6

Please sign in to comment.