Skip to content

Commit

Permalink
chore: End the SDK package manifest with a newline so editors quit au…
Browse files Browse the repository at this point in the history
…to-adding it
  • Loading branch information
jbelkins committed Oct 29, 2023
1 parent 8d8baca commit c18f325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ struct PackageManifestBuilder {
buildIntegrationTestsTargets(),
"",
buildProtocolTests(),
"\n"
]
return contents.joined(separator: .newline)
}
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -555,4 +555,5 @@ let servicesWithIntegrationTests: [String] = [
servicesWithIntegrationTests.forEach(addIntegrationTestTarget)

// Uncomment this line to enable protocol tests
// addProtocolTests()
// addProtocolTests()

0 comments on commit c18f325

Please sign in to comment.