mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 18:20:48 -07:00
Remove unneeded semicolons
This commit is contained in:
@ -61,7 +61,7 @@ namespace Ryujinx.HLE.HOS.Services.Nfp
|
||||
throw new InvalidOperationException("Out of handles!");
|
||||
}
|
||||
|
||||
context.Response.HandleDesc = IpcHandleDesc.MakeCopy(handle);;
|
||||
context.Response.HandleDesc = IpcHandleDesc.MakeCopy(handle);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user