aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Memory/IWritableBlock.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Memory/IWritableBlock.cs')
-rw-r--r--src/Ryujinx.Memory/IWritableBlock.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Memory/IWritableBlock.cs b/src/Ryujinx.Memory/IWritableBlock.cs
index 36b9f5a6..0858e0c9 100644
--- a/src/Ryujinx.Memory/IWritableBlock.cs
+++ b/src/Ryujinx.Memory/IWritableBlock.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace Ryujinx.Memory
{