Skip to content
Prev Previous commit
Next Next commit
Remove trailing whitespace
  • Loading branch information
mattt committed Apr 5, 2021
commit 79d1377f7e81d87cd2d8e9ea45789c5315de2872
6 changes: 3 additions & 3 deletions proposals/0292-package-registry-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ that is, the `package` parameter in `.product(name:package)` method calls.

```diff
targets: [
.target(name: "MyLibrary",
.target(name: "MyLibrary",
dependencies: [
.product(name: "LinkedList",
- package: "LinkedList")
Expand Down Expand Up @@ -502,7 +502,7 @@ $ cat .swiftpm/config/registries.json

```json
{
"registries": {
"registries": {
"example": {
"url": "https://internal.example.com"
}
Expand Down Expand Up @@ -565,7 +565,7 @@ consider the following global and local registry configuration files:

// Local configuration (.swiftpm/config/registries.json)
{
"registries": {
"registries": {
"foo": {
"url": "https://local.example.com"
}
Expand Down