From 076e5c0c398394a438354a7f48c6ae9557b96fc5 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 19 Feb 2025 15:01:32 -0800 Subject: More formatting Also slightly simplify the topological sort implementation --- Scripts/YOTSNDMFConfig.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Scripts/YOTSNDMFConfig.cs') diff --git a/Scripts/YOTSNDMFConfig.cs b/Scripts/YOTSNDMFConfig.cs index 9b2e71e..6e511cb 100644 --- a/Scripts/YOTSNDMFConfig.cs +++ b/Scripts/YOTSNDMFConfig.cs @@ -6,15 +6,15 @@ using VRC.SDK3.Avatars.ScriptableObjects; namespace YOTS { - [DisallowMultipleComponent] - public class YOTSNDMFConfig : MonoBehaviour { - [Tooltip("The JSON configuration file.")] - public TextAsset jsonConfig; + [DisallowMultipleComponent] + public class YOTSNDMFConfig : MonoBehaviour { + [Tooltip("The JSON configuration file.")] + public TextAsset jsonConfig; - void OnValidate() { - gameObject.tag = "EditorOnly"; - } + void OnValidate() { + gameObject.tag = "EditorOnly"; } + } } #endif // UNITY_EDITOR -- cgit v1.2.3