From cf342c83f771e2ed6956561b0f3cedde15fadb9c Mon Sep 17 00:00:00 2001 From: Joseph Cruz Date: Wed, 22 Nov 2023 17:37:10 -0500 Subject: [PATCH] chore(ci): remove simulated change --- leptos/tests/ssr.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/leptos/tests/ssr.rs b/leptos/tests/ssr.rs index 313c018420..32a116a9b7 100644 --- a/leptos/tests/ssr.rs +++ b/leptos/tests/ssr.rs @@ -206,5 +206,3 @@ fn ssr_option() { runtime.dispose(); } - -// TODO: Remmove this comment that was used to simulate a leptos source change