Previously, this was the output of the formatter: ``` fn f = () => { return () => { return 1 } } ``` Now the above will be reformatted as ``` fn f = () => { return () => { return 1 } } ``` Much better!
Previously, this was the output of the formatter: ``` fn f = () => { return () => { return 1 } } ``` Now the above will be reformatted as ``` fn f = () => { return () => { return 1 } } ``` Much better!