From 2ad616151ba5a26b89e7856012b756484b5a5e9d Mon Sep 17 00:00:00 2001 From: Joseph Cruz Date: Mon, 18 Mar 2024 17:34:40 -0400 Subject: [PATCH] chore: 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 c6729f0bbc..32a116a9b7 100644 --- a/leptos/tests/ssr.rs +++ b/leptos/tests/ssr.rs @@ -206,5 +206,3 @@ fn ssr_option() { runtime.dispose(); } - -// TODO: simulate change to trigger ci examples