mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
Update fs.hpp
style nit
This commit is contained in:
parent
00f81b1dac
commit
1d955cf28d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user