From 87235b8f27c8006860f4063fc66e39b1a63f1751 Mon Sep 17 00:00:00 2001 From: CrackThrough Date: Sun, 6 Nov 2022 22:47:16 +0900 Subject: [PATCH] chore: newline at the end of the file --- Runtime/Event.cs | 2 +- Runtime/SkyHookException.cs | 2 +- Runtime/SkyHookManager.cs | 2 +- Runtime/SkyHookNative.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Runtime/Event.cs b/Runtime/Event.cs index 7531fd6..90f3259 100644 --- a/Runtime/Event.cs +++ b/Runtime/Event.cs @@ -188,4 +188,4 @@ namespace SkyHook // Uncategorized Unknown } -} \ No newline at end of file +} diff --git a/Runtime/SkyHookException.cs b/Runtime/SkyHookException.cs index bd1a685..345c8b6 100644 --- a/Runtime/SkyHookException.cs +++ b/Runtime/SkyHookException.cs @@ -13,4 +13,4 @@ namespace SkyHook /// A message to pass along with exception. public SkyHookException(string message) : base(message) { } } -} \ No newline at end of file +} diff --git a/Runtime/SkyHookManager.cs b/Runtime/SkyHookManager.cs index 9b0f1b0..c0b1f1d 100644 --- a/Runtime/SkyHookManager.cs +++ b/Runtime/SkyHookManager.cs @@ -146,4 +146,4 @@ namespace SkyHook } } } -} \ No newline at end of file +} diff --git a/Runtime/SkyHookNative.cs b/Runtime/SkyHookNative.cs index 0937e33..59b3a87 100644 --- a/Runtime/SkyHookNative.cs +++ b/Runtime/SkyHookNative.cs @@ -29,4 +29,4 @@ namespace SkyHook [DllImport(Lib, EntryPoint = "stop_hook", CallingConvention = CallingConvention.Cdecl)] public static extern string StopHook(); } -} \ No newline at end of file +}