aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs b/src/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs
index d7686871..fdddb79e 100644
--- a/src/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Arp/LibHacIReader.cs
@@ -3,7 +3,6 @@ using LibHac.Common;
using LibHac.Ncm;
using LibHac.Ns;
using System;
-
using ApplicationId = LibHac.ApplicationId;
namespace Ryujinx.HLE.HOS.Services.Arp
@@ -17,7 +16,7 @@ namespace Ryujinx.HLE.HOS.Services.Arp
launchProperty = new LibHac.Arp.ApplicationLaunchProperty
{
StorageId = StorageId.BuiltInUser,
- ApplicationId = ApplicationId
+ ApplicationId = ApplicationId,
};
return Result.Success;
@@ -30,7 +29,7 @@ namespace Ryujinx.HLE.HOS.Services.Arp
launchProperty = new LibHac.Arp.ApplicationLaunchProperty
{
StorageId = StorageId.BuiltInUser,
- ApplicationId = applicationId
+ ApplicationId = applicationId,
};
return Result.Success;
@@ -73,4 +72,4 @@ namespace Ryujinx.HLE.HOS.Services.Arp
return Result.Success;
}
}
-} \ No newline at end of file
+}