Skip to content

Commit 472e441

Browse files
committed
Restore a line of blank space in the generated manifest that was lost in #6250
The loss of this newline seems to have been unintentional and changed the behaviour from what it was in SwiftPM 5.8. This commit restores it.
1 parent 12e124b commit 472e441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Workspace/InitPackage.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public final class InitPackage {
146146
}
147147

148148
stream <<< """
149+
149150
let package = Package(
150151
151152
"""

0 commit comments

Comments
 (0)