forked from lix-project/lix
Formatting
This commit is contained in:
parent
07790fdddf
commit
ceda58d112
|
@ -809,8 +809,8 @@ std::map<StorePath, StorePath> copyPaths(ref<Store> srcStore, ref<Store> dstStor
|
||||||
auto currentChild = srcStore->queryRealisation(drvOutput);
|
auto currentChild = srcStore->queryRealisation(drvOutput);
|
||||||
if (!currentChild)
|
if (!currentChild)
|
||||||
throw Error(
|
throw Error(
|
||||||
"Incomplete realisation closure: '%s' is a "
|
"incomplete realisation closure: '%s' is a "
|
||||||
"dependency of '%s' but isn’t registered",
|
"dependency of '%s' but isn't registered",
|
||||||
drvOutput.to_string(), current.id.to_string());
|
drvOutput.to_string(), current.id.to_string());
|
||||||
children.insert(*currentChild);
|
children.insert(*currentChild);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue