mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
style fix
This commit is contained in:
parent
322fed7bf7
commit
c81788f512
2 changed files with 1 additions and 3 deletions
|
@ -4986,7 +4986,7 @@ auto dirEntries(bool useDIP1000 = dip1000Enabled)
|
|||
{
|
||||
string[] listdir(string pathname)
|
||||
{
|
||||
import std.algorithm : map, filter;
|
||||
import std.algorithm.iteration : map, filter;
|
||||
import std.array : array;
|
||||
import std.path : baseName;
|
||||
|
||||
|
|
|
@ -1735,7 +1735,6 @@ version (Posix) @system unittest
|
|||
import std.file : tempDir, exists, remove;
|
||||
import std.uuid : randomUUID;
|
||||
import std.exception : collectException;
|
||||
|
||||
auto pipei = pipe();
|
||||
auto pipeo = pipe();
|
||||
auto pipee = pipe();
|
||||
|
@ -1760,7 +1759,6 @@ version (Posix) @system unittest
|
|||
import std.file : tempDir, exists, remove, readText, write;
|
||||
import std.uuid : randomUUID;
|
||||
import std.exception : collectException;
|
||||
|
||||
auto pathi = buildPath(tempDir(), randomUUID().toString());
|
||||
auto patho = buildPath(tempDir(), randomUUID().toString());
|
||||
auto pathe = buildPath(tempDir(), randomUUID().toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue