Skip to content

Commit 0b8183d

Browse files
Fix HTML formatting
Co-authored-by: Kaede Hoshikawa <futursolo@users.noreply.github.com>
1 parent 66e8ad3 commit 0b8183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yew/tests/hydration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ async fn hydration_with_suspense_not_suspended_at_start() {
364364

365365
Ok(html! {
366366
<div class="content-area">
367-
<textarea value={value.to_string()} oninput={on_text_input}/>
367+
<textarea value={value.to_string()} oninput={on_text_input} />
368368
<div class="action-area">
369369
<button class="take-a-break" onclick={on_take_a_break}>{"Take a break!"}</button>
370370
</div>

0 commit comments

Comments
 (0)