aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs b/src/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
index 2d0802a7..b06158a8 100644
--- a/src/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
+++ b/src/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Threading;
namespace Ryujinx.HLE.HOS.Services