1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

Address warning: "empty line after outer attribute"

This commit is contained in:
The Dax 2025-06-23 14:23:05 -04:00 committed by Joshua Goins
parent ab3bcfc365
commit efb7a7e126

View file

@ -79,7 +79,6 @@ async fn fallback(uri: Uri) -> (StatusCode, String) {
#[derive(Clone, Copy, Debug)] #[derive(Clone, Copy, Debug)]
#[must_use] #[must_use]
pub struct Xml<T>(pub T); pub struct Xml<T>(pub T);
impl<T> IntoResponse for Xml<T> impl<T> IntoResponse for Xml<T>