mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 16:27:12 +02:00
misc: chore: Use collection expressions in Horizon project
This commit is contained in:
parent
70b767ef60
commit
9f3eac7f26
14 changed files with 106 additions and 105 deletions
|
@ -33,7 +33,7 @@ namespace Ryujinx.Horizon
|
|||
|
||||
public IEnumerable<ServiceEntry> GetServices(HorizonOptions options)
|
||||
{
|
||||
List<ServiceEntry> entries = new();
|
||||
List<ServiceEntry> entries = [];
|
||||
|
||||
void RegisterService<T>() where T : IService
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue