Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected newline before record type as type argument #1237

Open
munificent opened this issue Jun 23, 2023 · 0 comments
Open

Unexpected newline before record type as type argument #1237

munificent opened this issue Jun 23, 2023 · 0 comments

Comments

@munificent
Copy link
Member

The formatter currently produces:

class C {
  Future<
          (
            List<SomeLongTypeName_____________> param1,
            List<SomeLongTypeName____> parameter2,
            String parameter3
          )>
      _someLongMethodName_______________(
          SomeLongTypeName____________ parameter) async {
    ;
  }
}

That newline after Future< looks wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant