Remove spaces in empty line

master
Christoph Hüter 2022-08-25 13:51:44 +02:00 committed by GitHub
parent 91ba4f003a
commit cf6f0799e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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