From c8c98b4ab95a01f2881e7ef31056145d0ef8e73d Mon Sep 17 00:00:00 2001 From: yutopp Date: Fri, 28 Dec 2018 23:44:40 +0900 Subject: [PATCH] Apply formatter --- Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs b/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs index e50684fc3..734d8c9e4 100644 --- a/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs +++ b/Assets/UniVRM/Scripts/BlendShape/BlendShapeBindingMerger.cs @@ -22,7 +22,7 @@ namespace VRM return obj.RelativePath.GetHashCode() + obj.Index; } } - + private static DictionaryKeyBlendShapeBindingComparer comparer = new DictionaryKeyBlendShapeBindingComparer(); /// @@ -34,7 +34,7 @@ namespace VRM Dictionary m_blendShapeValueMap = new Dictionary(comparer); /// - /// + /// /// /// Dictionary> m_blendShapeSetterMap = new Dictionary>(comparer); @@ -118,4 +118,4 @@ namespace VRM m_blendShapeValueMap.Clear(); } } -} \ No newline at end of file +}