Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 89d440c

Browse files
author
glendc
committed
fix styling
1 parent a486d26 commit 89d440c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tower-async/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@
170170
//!
171171
//! See [here][all_layers] for a complete list of all middleware provided by
172172
//! Tower.
173-
//!
173+
//!
174174
//! Browse the examples at [`tower-async-http/examples`](https://github.com/plabayo/tower-async/tree/master/tower-async-http/examples) to see some examples
175175
//! on how to use `tower-async` and its sibling crates. While these are focussed on http examples,
176176
//! note that:
177-
//!
177+
//!
178178
//! - `tower-async` can work for any request-response flow (akin to `tower`);
179179
//! - you can also use `tower-async` with http web services without making use of the `tower-async-http` crate,
180180
//! it only is there to provide extra middleware for http-specific purposes, but this is all optional.
181-
//!
181+
//!
182182
//! The documentation also contains some smaller examples and of course the codebase can be read as well,
183183
//! together with its unit tests.
184184
//!

0 commit comments

Comments
 (0)