Skip to content

Commit 7788c0e

Browse files
committed
add trailing comma in Package.swift
1 parent b0d0a34 commit 7788c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ let package = Package(
169169
"Calendar/CMakeLists.txt",
170170
"CMakeLists.txt",
171171
"Predicate/CMakeLists.txt",
172-
"ProgressReporter/CMakeLists.txt"
172+
"ProgressReporter/CMakeLists.txt",
173173
],
174174
cSettings: wasiLibcCSettings,
175175
swiftSettings: [

0 commit comments

Comments
 (0)