mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Remove unneeded semicolons
This commit is contained in:
parent
96e6e680c1
commit
4c34054673
2 changed files with 14 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue