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 +}