dioxus/packages/autofmt/tests/wrong/multi-4sp.rsx
Jonathan Kelley be99e29e5f
Fixes to autofmt, make it more aggressive (#2230)
* fix: fmt unterminated if, be more aggressive with line splits

* Fix: Handle long exprs in for/if statements
2024-04-03 15:27:36 -07:00

5 lines
71 B
R

fn app() -> Element {
rsx! {
div { "hello world" }
}
}