dioxus/packages/autofmt/tests/wrong/multi-tab.wrong.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

3 lines
58 B
R

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