mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Revert extra colon at end os strings
This commit is contained in:
parent
e6d07e0d89
commit
1942fed6d9
17 changed files with 60 additions and 60 deletions
|
@ -2805,7 +2805,7 @@ static RegisterPrimOp primop_foldlStrict({
|
|||
|
||||
static void anyOrAll(bool any, EvalState & state, const Pos & pos, Value * * args, Value & v)
|
||||
{
|
||||
state.forceFunction(*args[0], pos, std::string("While evaluating the first argument passed to builtins.") + (any ? "any" : "all: "));
|
||||
state.forceFunction(*args[0], pos, std::string("While evaluating the first argument passed to builtins.") + (any ? "any" : "all"));
|
||||
state.forceList(*args[1], pos, std::string("While evaluating the second argument passed to builtins.") + (any ? "any" : "all"));
|
||||
|
||||
Value vTmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue