Though not commonly used Go allows return definitions that scale multiple lines ```go func foo() (int, string, error) { } ``` Right now these will break the formatter as it does not handle row changes.
Though not commonly used Go allows return definitions that scale multiple lines
Right now these will break the formatter as it does not handle row changes.