Skip to content

Commit d1ce95b

Browse files
committed
Update packages.
1 parent 1b4f854 commit d1ce95b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// swift-tools-version: 5.4
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
32

43
import PackageDescription
54

@@ -11,7 +10,8 @@ let package = Package(
1110
products: [
1211
.library(
1312
name: "SPDiffable",
14-
targets: ["SPDiffable"]),
13+
targets: ["SPDiffable"]
14+
),
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)