mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Merge pull request #2796 from quickfur/std_uni_tab
[trivial] Detab std.uni.
This commit is contained in:
commit
4ab8d897e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue