From 544f9de221bcb2a1a952765e645d23ebce30c455 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Sun, 26 Jun 2022 10:57:56 -0500 Subject: [PATCH] Add trailing comma to Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 1206ced..0d5011d 100644 --- a/Package.swift +++ b/Package.swift @@ -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.