Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: John Ericson <[email protected]>
  • Loading branch information
edolstra and Ericson2314 authored Nov 1, 2023
1 parent 2f5c1a2 commit e47984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/binary-cache-store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e47984c

Please sign in to comment.