Skip to content

Commit 2c57ad1

Browse files
authored
Add comma to executable template (#6551)
We do this in all the other templates and it generally makes it easier to add new targets to the template after the fact.
1 parent eb5bd16 commit 2c57ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Workspace/InitPackage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public final class InitPackage {
278278
if packageType == .executable {
279279
param += """
280280
.executableTarget(
281-
name: "\(pkgname)")
281+
name: "\(pkgname)"),
282282
]
283283
"""
284284
} else if packageType == .tool {

0 commit comments

Comments
 (0)