Use C++11-style initializer
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
b55d79728c
commit
a7c835e9cb
|
@ -953,7 +953,7 @@ static void queryJSON(Globals & globals, std::vector<DrvInfo> & elems, bool prin
|
|||
|
||||
static void opQuery(Globals & globals, Strings opFlags, Strings opArgs)
|
||||
{
|
||||
auto & store(*globals.state->store);
|
||||
auto & store { *globals.state->store };
|
||||
|
||||
Strings remaining;
|
||||
std::string attrPath;
|
||||
|
|
Loading…
Reference in a new issue