Skip to content

Commit

Permalink
Now abiding by D-style
Browse files Browse the repository at this point in the history
  • Loading branch information
earthfront committed Mar 22, 2016
1 parent fb65598 commit ab72299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/template.dd
Expand Up @@ -1406,7 +1406,7 @@ $(GNAME Constraint):
import std.traits;

struct Bar(T)
if( isIntegral!T )
if (isIntegral!T)
{
...
}
Expand Down

0 comments on commit ab72299

Please sign in to comment.