style fix

This commit is contained in:
Lucian Danescu 2022-11-12 19:40:28 +02:00
parent 322fed7bf7
commit c81788f512
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -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());