mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Fixed trailing whitespace at line 2129 of std/algorithm/iteration.d
This commit is contained in:
parent
2ed6952a71
commit
e32356385e
1 changed files with 1 additions and 1 deletions
|
@ -2126,7 +2126,7 @@ if (isForwardRange!Range)
|
|||
{
|
||||
import std.algorithm.comparison : equal;
|
||||
import std.typecons : tuple;
|
||||
import std.stdio;
|
||||
import std.stdio;
|
||||
auto n = 3;
|
||||
auto s = [1,2,3].chunkBy!(a => a+n);
|
||||
auto t = s.save.map!(x=>x[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue