1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00

Merge pull request #3219 from Ericson2314/semicolons

Fix extra semicolons warnings
This commit is contained in:
Eelco Dolstra 2019-11-11 12:13:51 +01:00 committed by GitHub
commit 5ee23c35b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 37 additions and 37 deletions

View file

@ -1515,7 +1515,7 @@ void replaceValidPath(const Path & storePath, const Path tmpPath)
}
MakeError(NotDeterministic, BuildError)
MakeError(NotDeterministic, BuildError);
void DerivationGoal::buildDone()