mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix extra ; warnings involving MakeError
This commit is contained in:
parent
70cab0587d
commit
96e6e680c1
8 changed files with 23 additions and 23 deletions
|
@ -1515,7 +1515,7 @@ void replaceValidPath(const Path & storePath, const Path tmpPath)
|
|||
}
|
||||
|
||||
|
||||
MakeError(NotDeterministic, BuildError)
|
||||
MakeError(NotDeterministic, BuildError);
|
||||
|
||||
|
||||
void DerivationGoal::buildDone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue