Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit 7c779e2

Browse files
author
Jeff Verkoeyen
committed
Add newline before API headers.
1 parent b4b0578 commit 7c779e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apple/diffreport/diffreport/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ let report = try diffreport(oldApi: oldApi, newApi: newApi)
4242
// Generate markdown output
4343

4444
for (symbol, entries) in report {
45-
print("## \(symbol)\n")
45+
print("\n## \(symbol)\n")
4646
print(entries.map({ change in change.toMarkdown() }).joined(separator: "\n\n"))
4747
}

0 commit comments

Comments
 (0)