Add trailing comma to Package.swift

This commit is contained in:
William Brawner 2022-06-26 10:57:56 -05:00
parent d7d6d50fbc
commit 544f9de221

View file

@ -7,7 +7,7 @@ let package = Package(
name: "twigs-core",
platforms: [
.macOS(.v12),
.iOS(.v15)
.iOS(.v15),
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.