Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

formatting code with duck typing results in unnecessary parentheses #1143

Closed
yuyoyuppe opened this issue Oct 5, 2015 · 1 comment
Closed

Comments

@yuyoyuppe
Copy link

This:

let f (arg : 'T) = (^T : (member Value : string) arg)

after CTRL+K,F becomes this:

let f (arg : 'T) = ((^T : (member Value : string) arg))
@dungpa
Copy link
Contributor

dungpa commented Oct 6, 2015

Thanks for reporting. I will have a look.

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

No branches or pull requests

2 participants