Remove empty line with spaces

This commit is contained in:
Christoph Hüter
2022-08-31 03:00:22 +02:00
committed by GitHub
parent cf6f0799e9
commit 3f8e43b83f

View File

@@ -536,7 +536,7 @@ namespace Cysharp.Threading.Tasks
{
sb.AppendFormat("{0}", subSystem.type.Name);
sb.AppendLine();
if (subSystem.subSystemList != null)
{
UnityEngine.Debug.LogWarning("More Subsystem:" + subSystem.subSystemList.Length);