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

2 spaces generated behind generated interface name in ng-swagger-gen 2.0 #232

Closed
idxrx opened this issue Mar 20, 2020 · 0 comments · Fixed by #234
Closed

2 spaces generated behind generated interface name in ng-swagger-gen 2.0 #232

idxrx opened this issue Mar 20, 2020 · 0 comments · Fixed by #234

Comments

@idxrx
Copy link

idxrx commented Mar 20, 2020

Minor bug, all generated index file has 1 space to much behind the interface name, since the update of ng-swagger-gen 2.0
Between Build and { are now 2 spaces instead of 1.

/* tslint:disable /
export interface Build {
Version?: string;
}
Should be:
/
tslint:disable */
export interface Build {
Version?: string;
}

jrel added a commit to jrel/ng-swagger-gen that referenced this issue Mar 20, 2020
luisfpg added a commit that referenced this issue Mar 30, 2020
fix: removes the double space in the interface template

Fixes #232
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

Successfully merging a pull request may close this issue.

1 participant