ConfigEntry

- Space fix
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-02 08:32:38 +02:00
parent 29064908e7
commit b6106883da
1 changed files with 0 additions and 1 deletions

View File

@ -345,7 +345,6 @@ public struct ConfigEntry
{
return numeric();
}
else static if(__traits(isSame, T, string[]))
{
return array();