Skip to content

Commit

Permalink
Remove superfluous parens
Browse files Browse the repository at this point in the history
  • Loading branch information
monarchdodra committed Jan 5, 2014
1 parent 2684dcb commit 8317c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/range.d
Expand Up @@ -4210,7 +4210,7 @@ struct Repeat(T)
}

/// Ditto
Repeat!(T) repeat(T)(T value) { return Repeat!(T)(value); }
Repeat!T repeat(T)(T value) { return Repeat!T(value); }

///
unittest
Expand Down

0 comments on commit 8317c38

Please sign in to comment.