diff --git a/Runtime/Core/Animation/UISizeDelta.cs b/Runtime/Core/Animation/UISizeDelta.cs index c4eaf80..6a25b98 100644 --- a/Runtime/Core/Animation/UISizeDelta.cs +++ b/Runtime/Core/Animation/UISizeDelta.cs @@ -58,5 +58,6 @@ namespace AlicizaX.AnimationFlow.Runtime { return target != null ? target.name : null; } + } }