Skip to content

Commit 519eb78

Browse files
committed
[Package] Add trailing comma
1 parent 0e39c1e commit 519eb78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ let package = Package(
66
products: [
77
.library(
88
name: "PostgreSQL",
9-
targets: ["PostgreSQL"])
9+
targets: ["PostgreSQL"]),
1010
],
1111
dependencies: [
1212
.package(name: "Network"),
13-
.package(name: "Test")
13+
.package(name: "Test"),
1414
],
1515
targets: [
1616
.target(

0 commit comments

Comments
 (0)