mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +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:
parent
6995e428db
commit
8c47f38ca5
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ int main(int argc, char** argv)
|
||||||
|
|
||||||
Optional<String> path = {};
|
Optional<String> path = {};
|
||||||
|
|
||||||
auto save_to_result = [&](FileSystemAccessClient::Result result) {
|
auto save_to_result = [&](FileSystemAccessClient::Result const& result) {
|
||||||
if (result.error != 0)
|
if (result.error != 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue