diff --git a/integrations/utils/src/lib.rs b/integrations/utils/src/lib.rs index 10d7a51ba..702e18fcc 100644 --- a/integrations/utils/src/lib.rs +++ b/integrations/utils/src/lib.rs @@ -125,7 +125,7 @@ pub fn html_parts_separated( }}); {leptos_autoreload} - "# + "# ); let tail = ""; (head, tail) @@ -155,5 +155,5 @@ pub async fn build_async_response( runtime.dispose(); - format!("{head}{buf}{tail}") + format!("{head}{buf}{tail}") }