mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
Fix whitespace
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
2f5c1a27dc
commit
e47984ce0b
@ -241,7 +241,7 @@ ref<const ValidPathInfo> BinaryCacheStore::addToStoreCommon(
|
||||
for (auto & [s2, _type] : narAccessor->readDirectory(dir)) {
|
||||
auto debugPath = dir + s2;
|
||||
|
||||
if ( narAccessor->lstat(debugPath).type != SourceAccessor::tRegular
|
||||
if (narAccessor->lstat(debugPath).type != SourceAccessor::tRegular
|
||||
|| !std::regex_match(s2, regex2))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user