Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Nov 21, 2023
1 parent dae7f15 commit b2e0bdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/yew/src/server_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,9 @@ where
} = self;

let props = create_props();
let s = LocalServerRenderer::<COMP>::with_props(props)
LocalServerRenderer::<COMP>::with_props(props)
.hydratable(hydratable)
.render_stream();
s
.render_stream()
}

/// Renders Yew Application into a string.
Expand Down

0 comments on commit b2e0bdc

Please sign in to comment.