Formatting

This commit is contained in:
Eelco Dolstra 2024-09-11 20:35:04 +02:00
parent e557096cef
commit 30aa45a373

View file

@ -54,7 +54,8 @@ StorePath LockedNode::computeStorePath(Store & store) const
}
static std::shared_ptr<Node> doFind(const ref<Node>& root, const InputPath & path, std::vector<InputPath>& visited) {
static std::shared_ptr<Node> doFind(const ref<Node> & root, const InputPath & path, std::vector<InputPath> & visited)
{
auto pos = root;
auto found = std::find(visited.cbegin(), visited.cend(), path);