Don't indent JSON output
This commit is contained in:
parent
bac8055652
commit
c8155e9f5f
4 changed files with 4 additions and 4 deletions
|
|
@ -84,7 +84,7 @@ struct CmdSearch : SourceExprCommand, MixJSON
|
|||
|
||||
bool first = true;
|
||||
|
||||
auto jsonOut = json ? std::make_unique<JSONObject>(std::cout, true) : nullptr;
|
||||
auto jsonOut = json ? std::make_unique<JSONObject>(std::cout) : nullptr;
|
||||
|
||||
auto sToplevel = state->symbols.create("_toplevel");
|
||||
auto sRecurse = state->symbols.create("recurseForDerivations");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue