From 2519f772d944a1d66281a70bd73f9f1bdefc7feb Mon Sep 17 00:00:00 2001 From: marc2332 Date: Fri, 11 Oct 2024 00:03:25 +0200 Subject: [PATCH] clean up --- crates/components/src/checkbox.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/components/src/checkbox.rs b/crates/components/src/checkbox.rs index f4e337a68..142bd1fe9 100644 --- a/crates/components/src/checkbox.rs +++ b/crates/components/src/checkbox.rs @@ -70,8 +70,8 @@ use crate::TickIcon; /// # rsx!( /// # Preview { /// # Checkbox { -/// selected: true, -/// }, +/// # selected: true, +/// # }, /// # } /// # ) /// # }, (200., 150.).into(), "./images/gallery_checkbox.png");