chore: rustfmt

This commit is contained in:
Maccesch 2024-07-27 19:17:37 +01:00
parent 0103524d27
commit 2fe13f9540

View file

@ -360,7 +360,7 @@ where
{
if !readonly {
let cookie_name = cookie_name.to_owned();
create_isomorphic_effect(move |_| {
let value = cookie
.with(|cookie| {