style(Attributes): removed space

This commit is contained in:
MrGadget 2024-01-13 16:24:27 -05:00
parent 832eb79876
commit 82a96a28f0

View File

@ -87,5 +87,5 @@ public class ShowInInspectorAttribute : Attribute {}
/// Used to make a field readonly in the inspector /// Used to make a field readonly in the inspector
/// </summary> /// </summary>
[AttributeUsage(AttributeTargets.Field)] [AttributeUsage(AttributeTargets.Field)]
public class ReadOnlyAttribute : PropertyAttribute { } public class ReadOnlyAttribute : PropertyAttribute {}
} }