Skip to content

Commit ce0cc4e

Browse files
修改:清理多余的分号
1 parent 36e5fd0 commit ce0cc4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugins/UnLua/Source/UnLua/Private/Registries/DelegateRegistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace UnLua
3131
{
3232
const auto ToRelease = Pair.Value.Get();
3333
if (!ToRelease)
34-
continue;;
34+
continue;
3535
ToRelease->Reset();
3636
Env->AutoObjectReference.Remove(ToRelease);
3737
}

0 commit comments

Comments
 (0)