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

Whitespace missing before template constraint #187

Closed
Hackerpilot opened this issue Sep 16, 2015 · 0 comments
Closed

Whitespace missing before template constraint #187

Hackerpilot opened this issue Sep 16, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@Hackerpilot
Copy link
Collaborator

Input:

void doStuff(T)() @safe if (isNumeric!T)
{
}

Output

void doStuff(T)() @safeif (isNumeric!T)
{
}
@Hackerpilot Hackerpilot self-assigned this Sep 16, 2015
@Hackerpilot Hackerpilot added this to the 0.4.0 milestone Sep 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant