Remove unnecessary newline in doc-comment
This commit is contained in:
parent
ffe5da6f1a
commit
765d7ea74c
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
//! ```
|
//! ```
|
||||||
#![doc = include_str!("../examples/controller.rs")]
|
#![doc = include_str!("../examples/controller.rs")]
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
|
||||||
|
|
||||||
pub use axum_controller_macros::controller;
|
pub use axum_controller_macros::controller;
|
||||||
pub use axum_typed_routing::TypedRouter;
|
pub use axum_typed_routing::TypedRouter;
|
||||||
|
|
Loading…
Add table
Reference in a new issue