From 70468d6a220bb67887ae99bd8ffd309fdb1fa22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Fri, 14 Mar 2025 17:10:06 +0800 Subject: [PATCH] modify --- Runtime/Core/Animation/UISizeDelta.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } - + } }