Fixed formatting

This commit is contained in:
Rakshith Ravi 2024-01-27 03:30:30 +05:30
parent d44b9a292d
commit 91f483c850

View file

@ -44,7 +44,7 @@ pub fn use_cookie(cookie_name: &str) -> Option<Cookie<'static>> {
#[cfg(feature = "ssr")]
{
use leptos::expect_context;
#[cfg(feature = "actix")]
const COOKIE: http0_2::HeaderValue = http0_2::header::COOKIE;
#[cfg(feature = "axum")]