mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
formatting
This commit is contained in:
parent
3dfab6e534
commit
88a54108eb
3 changed files with 14 additions and 14 deletions
|
@ -128,7 +128,7 @@ ref<EvalState> EvalCommand::getEvalState()
|
|||
else
|
||||
{
|
||||
auto iter = evalState->debugTraces.begin();
|
||||
if (iter != evalState->debugTraces.end()) {
|
||||
if (iter != evalState->debugTraces.end()) {
|
||||
std::cout << "\n" << "… " << iter->hint.str() << "\n";
|
||||
|
||||
if (iter->pos.has_value() && (*iter->pos)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue