Skip to content

Commit 3e30b31

Browse files
fix missing comma separator
1 parent adc4b5c commit 3e30b31

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
@@ -55,7 +55,7 @@ let package = Package(
5555
),
5656
.target(
5757
name: commonModuleName,
58-
path: "\(mediationAdaptersDirectory)/\(commonModuleNamePath)"
58+
path: "\(mediationAdaptersDirectory)/\(commonModuleNamePath)",
5959
dependencies: [
6060
.target(name: teadsModuleName),
6161
]

0 commit comments

Comments
 (0)