Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Dec 20, 2023
1 parent 6162bfa commit 9e433c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/dyn_container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ pub struct DynamicContainer<T: 'static> {
/// views::{dyn_container, label, v_stack, Decorators},
/// widgets::toggle_button,
/// };
///
///
/// #[derive(Clone)]
/// enum ViewSwitcher {
/// One,
/// Two,
/// }
///
///
/// fn app_view() -> impl View {
/// let view = create_rw_signal(ViewSwitcher::One);
/// v_stack((
Expand Down Expand Up @@ -60,7 +60,7 @@ pub struct DynamicContainer<T: 'static> {
/// .gap(10, 0)
/// })
/// }
///
///
/// fn main() {
/// floem::launch(app_view);
/// }
Expand Down

0 comments on commit 9e433c0

Please sign in to comment.