Skip to content

Commit

Permalink
docs: remove blank line in NodeRef docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe committed Oct 15, 2023
1 parent 71758fc commit bb36d6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leptos_dom/src/node_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use std::cell::Cell;
///
/// ```
/// # use leptos::{*, logging::log};
///
/// use leptos::html::Input;
///
/// #[component]
Expand Down Expand Up @@ -44,7 +43,6 @@ pub struct NodeRef<T: ElementDescriptor + 'static>(
///
/// ```
/// # use leptos::{*, logging::log};
///
/// use leptos::html::Input;
///
/// #[component]
Expand Down

0 comments on commit bb36d6a

Please sign in to comment.