1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +00:00

ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result

Found by clazy. It says the size is 32 bytes.
This commit is contained in:
Karol Kosek 2021-09-11 20:18:53 +02:00 committed by Andreas Kling
parent 6995e428db
commit 8c47f38ca5

View file

@ -111,7 +111,7 @@ int main(int argc, char** argv)
Optional<String> path = {};
auto save_to_result = [&](FileSystemAccessClient::Result result) {
auto save_to_result = [&](FileSystemAccessClient::Result const& result) {
if (result.error != 0)
return;