Skip to content

Commit e84bf95

Browse files
authored
chore(status-bar): format Package.swift (#2547)
1 parent 0b4e735 commit e84bf95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

status-bar/Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ let package = Package(
1818
name: "StatusBarPlugin",
1919
dependencies: [
2020
.product(name: "Capacitor", package: "capacitor-swift-pm"),
21-
.product(name: "Cordova", package: "capacitor-swift-pm")],
21+
.product(name: "Cordova", package: "capacitor-swift-pm")
22+
],
2223
path: "ios/Sources/StatusBarPlugin"
2324
),
2425
.testTarget(

0 commit comments

Comments
 (0)