Skip to content

Commit e6a8a26

Browse files
committed
Apply swiftformat .
1 parent cff9e42 commit e6a8a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
platforms: [
99
.iOS(.v14),
1010
.macOS(.v11),
11-
.macCatalyst(.v14)
11+
.macCatalyst(.v14),
1212
],
1313
products: [
1414
.library(

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.macOS(.v11),
1111
.macCatalyst(.v14),
1212
.tvOS(.v17),
13-
.visionOS(.v1)
13+
.visionOS(.v1),
1414
],
1515
products: [
1616
.library(

0 commit comments

Comments
 (0)