mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Fix whitespace
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
2f5c1a27dc
commit
e47984ce0b
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ ref<const ValidPathInfo> BinaryCacheStore::addToStoreCommon(
|
||||||
for (auto & [s2, _type] : narAccessor->readDirectory(dir)) {
|
for (auto & [s2, _type] : narAccessor->readDirectory(dir)) {
|
||||||
auto debugPath = dir + s2;
|
auto debugPath = dir + s2;
|
||||||
|
|
||||||
if ( narAccessor->lstat(debugPath).type != SourceAccessor::tRegular
|
if (narAccessor->lstat(debugPath).type != SourceAccessor::tRegular
|
||||||
|| !std::regex_match(s2, regex2))
|
|| !std::regex_match(s2, regex2))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue