From 5142ecc9ca8348378e53ca0792523afac8f33984 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 29 Sep 2021 21:33:53 +0200 Subject: [PATCH] [unity] Minor: whitespace changes to please formatting checks. --- .../Spine/Runtime/spine-unity/Components/SkeletonAnimation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonAnimation.cs b/spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonAnimation.cs index 1fafbfac8..e60746008 100644 --- a/spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonAnimation.cs +++ b/spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonAnimation.cs @@ -226,7 +226,7 @@ namespace Spine.Unity { if (updateMode != UpdateMode.OnlyEventTimelines) state.Apply(skeleton); else - state.ApplyEventTimelinesOnly(skeleton, issueEvents : true); + state.ApplyEventTimelinesOnly(skeleton, issueEvents: true); if (_UpdateLocal != null) _UpdateLocal(this);