mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
nit: clang-tidy
This commit is contained in:
parent
3edc164a86
commit
c5ec55c9f5
@ -21,8 +21,7 @@ static nlohmann::json storePathSetToJSON(const StorePaths & paths, Store & store
|
||||
}
|
||||
|
||||
// TODO deduplicate with other code also setting such out links.
|
||||
static void
|
||||
createOutLinks(const std::filesystem::path & outLink, const StorePaths & derivations, LocalFSStore & store)
|
||||
static void createOutLinks(const std::filesystem::path & outLink, const StorePaths & derivations, LocalFSStore & store)
|
||||
{
|
||||
for (const auto & [_i, drv] : enumerate(derivations)) {
|
||||
auto i = _i;
|
||||
|
Loading…
Reference in New Issue
Block a user