From 7283ac46575faef69e7f5a473b347c83d5422124 Mon Sep 17 00:00:00 2001 From: Joseph Cruz Date: Sat, 16 Mar 2024 14:52:08 -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