1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

Remove unneeded semicolons

This commit is contained in:
John Ericson 2019-11-10 11:23:35 -05:00
parent 96e6e680c1
commit 4c34054673
2 changed files with 14 additions and 14 deletions

View file

@ -432,7 +432,7 @@ Path EvalState::toRealPath(const Path & path, const PathSet & context)
!context.empty() && store->isInStore(path)
? store->toRealPath(path)
: path;
};
}
Value * EvalState::addConstant(const string & name, Value & v)