aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/Exceptions/GuestBrokeExecutionException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/Exceptions/GuestBrokeExecutionException.cs')
-rw-r--r--src/Ryujinx.HLE/Exceptions/GuestBrokeExecutionException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/Exceptions/GuestBrokeExecutionException.cs b/src/Ryujinx.HLE/Exceptions/GuestBrokeExecutionException.cs
index fe41b02a..4e06ab77 100644
--- a/src/Ryujinx.HLE/Exceptions/GuestBrokeExecutionException.cs
+++ b/src/Ryujinx.HLE/Exceptions/GuestBrokeExecutionException.cs
@@ -8,4 +8,4 @@ namespace Ryujinx.HLE.Exceptions
public GuestBrokeExecutionException() : base(ExMsg) { }
}
-} \ No newline at end of file
+}