From 0107f03ad4d96f5b9e29f45cfc7f1e0dc07ee527 Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Tue, 9 Aug 2022 01:17:33 +0500 Subject: [PATCH] that was not supposed to be commited --- examples/counter_functional/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/counter_functional/src/main.rs b/examples/counter_functional/src/main.rs index 1fb79081b66..54dcd2806d1 100644 --- a/examples/counter_functional/src/main.rs +++ b/examples/counter_functional/src/main.rs @@ -16,7 +16,7 @@ fn App() -> Html { html! { <> -

{"current count: "} {*state}

+

{"current count: "} {*state}