mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
Fix tabs
This commit is contained in:
parent
99def7bc97
commit
a9b395d503
1 changed files with 1 additions and 1 deletions
|
@ -2985,7 +2985,7 @@ if (isForwardRange!R1 && isForwardRange!R2)
|
||||||
{
|
{
|
||||||
// findSplit returns a triplet
|
// findSplit returns a triplet
|
||||||
if (auto split = "dlang-rocks".findSplit("-"))
|
if (auto split = "dlang-rocks".findSplit("-"))
|
||||||
assert(split[2] == "rocks");
|
assert(split[2] == "rocks");
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue