mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-18 21:20:10 +00:00
Remove empty line with spaces
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user