mirror of https://github.com/rwf2/Rocket.git
Remove whitespace.
This commit is contained in:
parent
ba6d87a0e8
commit
6ddbba2571
|
@ -76,7 +76,7 @@ be significant.
|
|||
|
||||
For simple occasions, implementing the `Fairing` trait can be cumbersome. This
|
||||
is why Rocket provides the [`AdHoc`] type, which creates a fairing from a simple
|
||||
function or clusure.
|
||||
function or clusure.
|
||||
|
||||
Using the `AdHoc` type is easy: simply call the `on_attach`, `on_launch`,
|
||||
`on_request`, or `on_response` constructors to create an `AdHoc` structure from
|
||||
|
|
Loading…
Reference in New Issue