mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Fix indentation
This commit is contained in:
parent
7c96a76dd7
commit
ed0e21a88d
1 changed files with 4 additions and 4 deletions
|
@ -714,10 +714,10 @@ void LocalStore::registerDrvOutput(const Realisation & info)
|
|||
retrySQLite<void>([&]() {
|
||||
auto state(_state.lock());
|
||||
state->stmts->RegisterRealisedOutput.use()
|
||||
(info.id.strHash())
|
||||
(info.id.outputName)
|
||||
(printStorePath(info.outPath))
|
||||
(concatStringsSep(" ", info.signatures))
|
||||
(info.id.strHash())
|
||||
(info.id.outputName)
|
||||
(printStorePath(info.outPath))
|
||||
(concatStringsSep(" ", info.signatures))
|
||||
.exec();
|
||||
uint64_t myId = state->db.getLastInsertedRowId();
|
||||
for (auto & [outputId, _] : info.dependentRealisations) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue