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