Remove spaces in empty line

This commit is contained in:
Christoph Hüter
2022-08-25 13:51:44 +02:00
committed by GitHub
parent 91ba4f003a
commit cf6f0799e9

View File

@@ -531,7 +531,7 @@ namespace Cysharp.Threading.Tasks
sb.AppendLine();
continue;
}
foreach (var subSystem in header.subSystemList)
{
sb.AppendFormat("{0}", subSystem.type.Name);