Skip to content

Commit

Permalink
Merge pull request #2796 from quickfur/std_uni_tab
Browse files Browse the repository at this point in the history
[trivial] Detab std.uni.
  • Loading branch information
dnadlinger committed Dec 12, 2014
2 parents 093b273 + cdc92a8 commit 4ab8d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/uni.d
Expand Up @@ -6601,7 +6601,7 @@ unittest
auto byCodePoint(Range)(Range range)
if(isInputRange!Range && is(Unqual!(ElementType!Range) == Grapheme))
{
// TODO: Propagate bidirectional access
// TODO: Propagate bidirectional access
static struct Result
{
private Range _range;
Expand Down

0 comments on commit 4ab8d89

Please sign in to comment.