Merge branch 'master' into android

This commit is contained in:
Nolan Darilek 2022-11-22 11:26:04 -06:00
commit 7a91a1e827
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ impl Backend for Web {
return Ok(());
}
}
return Err(Error::OperationFailed);
Err(Error::OperationFailed)
} else {
Err(Error::NoneError)
}