Update fs.hpp

style nit
This commit is contained in:
Jeff 2021-10-06 14:37:09 -04:00 committed by GitHub
parent 00f81b1dac
commit 1d955cf28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace llarp
break;
if (ent->d_name[0] == '.')
continue;
entries.emplace(path / fs::path(ent->d_name));
entries.emplace(path / fs::path{ent->d_name});
} while (ent);
closedir(d);