mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01: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