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

There should be no space between . and type in a singleton type #104

Closed
sjrd opened this issue Mar 9, 2016 · 0 comments
Closed

There should be no space between . and type in a singleton type #104

sjrd opened this issue Mar 9, 2016 · 0 comments

Comments

@sjrd
Copy link

sjrd commented Mar 9, 2016

Original:

  lazy val Blob: raw.Blob.type = raw.Blob

Scalafmt:

  lazy val Blob: raw.Blob. type = raw.Blob

I would like the input to look like this:

  lazy val Blob: raw.Blob.type = raw.Blob

Using

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

No branches or pull requests

2 participants