Use C++11-style initializer

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Eelco Dolstra
2022-03-03 10:02:11 +01:00
committed by GitHub
co-authored by John Ericson
parent b55d79728c
commit a7c835e9cb
+1 -1
View File
@@ -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;