mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06: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…
Reference in a new issue