Skip to content

Commit 0fe21d2

Browse files
committed
Tweak
1 parent e5f9a0f commit 0fe21d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/apput/src/Reporters/ApplicationPackageReporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected override void DoReport ()
3939
foreach (string permission in package.Permissions) {
4040
ReportDoc.AddListItem ($"{permission}", MarkdownTextStyle.Monospace);
4141
}
42-
ReportDoc.EndList ();
42+
ReportDoc.EndList ().AddNewline ();
4343
}
4444

4545
AddSection ("Shared libraries", 2);

0 commit comments

Comments
 (0)