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

Extra spaces being added on type provider parameters #131

Closed
ovatsus opened this issue Feb 6, 2014 · 1 comment
Closed

Extra spaces being added on type provider parameters #131

ovatsus opened this issue Feb 6, 2014 · 1 comment

Comments

@ovatsus
Copy link

ovatsus commented Feb 6, 2014

this

type RssType = XmlProvider<"rss.xml", SampleIsList=true>

is turning into this:

type RssType = XmlProvider< "rss.xml", SampleIsList=true >

We shouldn't add the space after < and before >

@dungpa dungpa added this to the v1.7.0 milestone Nov 11, 2014
nojaf added a commit to nojaf/fantomas that referenced this issue Mar 14, 2018
nojaf added a commit to nojaf/fantomas that referenced this issue Mar 14, 2018
dungpa added a commit that referenced this issue Mar 16, 2018
Removed whitespaces around type provider arguments. #131
@dungpa
Copy link
Contributor

dungpa commented Mar 16, 2018

Fixed in #131.

@dungpa dungpa closed this as completed Mar 16, 2018
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

3 participants