Remove empty line with spaces

master
Christoph Hüter 2022-08-31 03:00:22 +02:00 committed by GitHub
parent cf6f0799e9
commit 3f8e43b83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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