Skip to content

Commit 55ab900

Browse files
committed
fmt
1 parent 197206c commit 55ab900

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lambda-http/src/streaming.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ use http_body::Body;
55
use lambda_runtime::Diagnostic;
66
pub use lambda_runtime::{
77
self,
8-
tower::util::{MapRequest, MapResponse},
9-
tower::ServiceExt,
8+
tower::{
9+
util::{MapRequest, MapResponse},
10+
ServiceExt,
11+
},
1012
Error, LambdaEvent, MetadataPrelude, Service, StreamResponse,
1113
};
1214
use std::{

0 commit comments

Comments
 (0)