aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/Exceptions/InternalServiceException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/Exceptions/InternalServiceException.cs')
-rw-r--r--src/Ryujinx.HLE/Exceptions/InternalServiceException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/Exceptions/InternalServiceException.cs b/src/Ryujinx.HLE/Exceptions/InternalServiceException.cs
index e0ee5eb9..ad764889 100644
--- a/src/Ryujinx.HLE/Exceptions/InternalServiceException.cs
+++ b/src/Ryujinx.HLE/Exceptions/InternalServiceException.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace Ryujinx.HLE.Exceptions
{