yuzutest: Add minor comments

This commit is contained in:
Zach Hilman 2019-06-10 00:31:49 -04:00
parent 511bf3435d
commit 3a26b49c2c
2 changed files with 9 additions and 8 deletions

View file

@ -95,7 +95,7 @@ private:
IPC::ResponseBuilder rb{ctx, 2};
rb.Push(RESULT_SUCCESS);
finish_callback(results);
finish_callback(std::move(results));
}
std::string data;