diff --git a/src/nix/ls.cc b/src/nix/ls.cc index a08e4c42c..5a5fa8f62 100644 --- a/src/nix/ls.cc +++ b/src/nix/ls.cc @@ -50,7 +50,7 @@ struct MixLs : virtual Args } }; - doPath = [&](const FSAccessor::Stat & st , const Path & curPath, + doPath = [&](const FSAccessor::Stat & st, const Path & curPath, const std::string & relPath, bool showDirectory) { if (st.type == FSAccessor::Type::tDirectory && !showDirectory) {