Skip to content

Commit 2f52748

Browse files
authored
remove trailing comma in Package.swift (#557)
Fixes a syntax error, which is preventing SkeletonView from being added as a dependency in client projects
1 parent 5699404 commit 2f52748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
.target(
1919
name: "SkeletonView",
2020
path: "SkeletonViewCore/Sources",
21-
resources: [.copy("Supporting Files/PrivacyInfo.xcprivacy")],
21+
resources: [.copy("Supporting Files/PrivacyInfo.xcprivacy")]
2222
),
2323
.testTarget(
2424
name: "SkeletonViewTests",

0 commit comments

Comments
 (0)