mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 12:34:47 +00:00
Syntax improvements
This commit is contained in:
parent
7d9015de1e
commit
46b0d45aad
1 changed files with 1 additions and 3 deletions
|
@ -82,9 +82,7 @@ namespace ams::ncm {
|
|||
|
||||
Result ContentStorageInterface::GeneratePlaceHolderId(sf::Out<PlaceHolderId> out) {
|
||||
R_TRY(this->EnsureEnabled());
|
||||
PlaceHolderId placeholder_id;
|
||||
placeholder_id.uuid = util::GenerateUuid();
|
||||
out.SetValue(placeholder_id);
|
||||
out.SetValue({util::GenerateUuid()});
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue