Skip to content

Commit 9784900

Browse files
committed
Fix format
1 parent 1cf2fe6 commit 9784900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
name: "HTTPTypesFoundationNetworking",
2222
dependencies: [
2323
"HTTPTypes",
24-
"HTTPTypesFoundation"
24+
"HTTPTypesFoundation",
2525
]
2626
),
2727
.testTarget(
@@ -34,14 +34,14 @@ let package = Package(
3434
name: "HTTPTypesFoundationTests",
3535
dependencies: [
3636
"HTTPTypes",
37-
"HTTPTypesFoundation"
37+
"HTTPTypesFoundation",
3838
]
3939
),
4040
.testTarget(
4141
name: "HTTPTypesFoundationNetworkingTests",
4242
dependencies: [
4343
"HTTPTypes",
44-
"HTTPTypesFoundationNetworking"
44+
"HTTPTypesFoundationNetworking",
4545
]
4646
),
4747
]

0 commit comments

Comments
 (0)