From 66e8ad3b1c296754425c9355ec932b629724c3bb Mon Sep 17 00:00:00 2001 From: schvv31n Date: Mon, 23 Oct 2023 20:45:13 +0100 Subject: [PATCH] fixed HTML formatting --- examples/suspense/src/struct_consumer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/suspense/src/struct_consumer.rs b/examples/suspense/src/struct_consumer.rs index 12d8272bf7c..2f00888b083 100644 --- a/examples/suspense/src/struct_consumer.rs +++ b/examples/suspense/src/struct_consumer.rs @@ -59,7 +59,7 @@ impl Component for BaseAppContent { let on_take_a_break = ctx.link().callback(|_| Msg::TakeABreak); html! {
-