-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.
Description
Describe the bug
Input:
foo gen =
Foo <$> gen <*> gen <*> gen <*> gen <*> gen <*> gen
<*> gen <*> gen <*> gen <*> gen <*> gen<*> gen <*> gen
Output:
foo gen =
Foo <$> gen <*> gen <*> gen <*> gen <*> gen <*> gen
<*> gen
<*> gen
<*> gen
<*> gen
<*> gen
<*> gen
<*> gen
Expected behavior
I would have expected that Ormolu treated the first line and the second line of the input the same way.
Environment
34bdf62
Metadata
Metadata
Assignees
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.