mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
indenting
This commit is contained in:
parent
bc20e54e00
commit
1bda6a01e1
1 changed files with 12 additions and 12 deletions
|
|
@ -1546,7 +1546,7 @@ void EvalState::callFunction(Value & fun, size_t nrArgs, Value * * args, Value &
|
|||
std::unique_ptr<DebugTraceStacker>(
|
||||
new DebugTraceStacker(
|
||||
*this,
|
||||
Trace { .pos = lambda.pos,
|
||||
Trace {.pos = lambda.pos,
|
||||
.hint = hintfmt(
|
||||
"while evaluating %s",
|
||||
(lambda.name.set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue