Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Sep 30, 2023
1 parent 32e8213 commit d8aeb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hackernews_js_fetch/src/routes/story.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub fn Story() -> impl IntoView {
<For
each=move || story.comments.clone().unwrap_or_default()
key=|comment| comment.id
let:comment
let:comment
>
<Comment comment/>
</For>
Expand Down

0 comments on commit d8aeb82

Please sign in to comment.