From 82a96a28f03d49d7f780975dc6c5e5c547c197fc Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:24:27 -0500 Subject: [PATCH] style(Attributes): removed space --- Assets/Mirror/Core/Attributes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Core/Attributes.cs b/Assets/Mirror/Core/Attributes.cs index 55fa36bb4..df8236a8f 100644 --- a/Assets/Mirror/Core/Attributes.cs +++ b/Assets/Mirror/Core/Attributes.cs @@ -87,5 +87,5 @@ public class ShowInInspectorAttribute : Attribute {} /// Used to make a field readonly in the inspector /// [AttributeUsage(AttributeTargets.Field)] - public class ReadOnlyAttribute : PropertyAttribute { } + public class ReadOnlyAttribute : PropertyAttribute {} }