mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-19 03:35:46 +00:00
misc: chore: Use collection expressions in Horizon project
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user