Skip to content

Commit 1a5bffd

Browse files
authored
Merge pull request #174 from dotnet-campus/t/bot/fix-codeformatting
[Bot] Automated PR to fix formatting errors
2 parents efce70f + 0390f1d commit 1a5bffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DebUOS/Packaging.DebUOS/DebUOSPackageFileStructCreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public void CreatePackagingFolder(DebUOSConfiguration configuration)
380380
{
381381
stringBuilder.Append($"X-Package-System: {configuration.DebControlXPackageSystem}\n");
382382
}
383-
383+
384384
// 去掉最后的空行
385385
if (stringBuilder[^1] == '\n')
386386
{

0 commit comments

Comments
 (0)