Fix spacing issue

This commit is contained in:
Rob Wagner 2023-07-22 17:58:36 -04:00
parent 5fcf0c1e94
commit 67bc6fecaa
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -5,7 +5,7 @@ use axum::{extract::FromRequestParts, http::request::Parts};
/// See <https://htmx.org/reference/#request_headers> for more information. /// See <https://htmx.org/reference/#request_headers> for more information.
#[derive(Debug, Clone, Copy, PartialEq)] #[derive(Debug, Clone, Copy, PartialEq)]
pub enum HtmxRequestHeader { pub enum HtmxRequestHeader {
/// Indicates that the request is via an element using `hx-boost` attribute. /// Indicates that the request is via an element using `hx-boost` attribute.
/// ///
/// See <https://htmx.org/attributes/hx-boost/> for more information. /// See <https://htmx.org/attributes/hx-boost/> for more information.
Boosted, Boosted,