1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01:00

Merge pull request #7421 from edolstra/lazy-trees-trivial-changes

Trivial changes from the lazy-trees branch
This commit is contained in:
Eelco Dolstra 2022-12-12 13:52:56 +01:00 committed by GitHub
commit 7396844676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 406 additions and 249 deletions

View file

@ -132,7 +132,7 @@ public:
log(*state, lvl, fs.s);
}
void logEI(const ErrorInfo &ei) override
void logEI(const ErrorInfo & ei) override
{
auto state(state_.lock());