From 67bc6fecaaf08c5487587d8c6422449e3d6d183e Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Sat, 22 Jul 2023 17:58:36 -0400 Subject: [PATCH] Fix spacing issue --- src/request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/request.rs b/src/request.rs index 8142812..134895b 100644 --- a/src/request.rs +++ b/src/request.rs @@ -5,7 +5,7 @@ use axum::{extract::FromRequestParts, http::request::Parts}; /// See for more information. #[derive(Debug, Clone, Copy, PartialEq)] 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 for more information. Boosted,