diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs b/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs index 847a432e..52412489 100644 --- a/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs +++ b/src/Ryujinx.HLE/HOS/Services/Nim/IShopServiceAccessServerInterface.cs @@ -1,4 +1,4 @@ -using LibHac.Ncm; +using LibHac.Ncm; using Ryujinx.Common.Logging; using Ryujinx.HLE.HOS.Services.Arp; using Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface; |