Skip to content

Commit

Permalink
Apply swiftformat .
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Sep 5, 2024
1 parent cff9e42 commit e6a8a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
platforms: [
.iOS(.v14),
.macOS(.v11),
.macCatalyst(.v14)
.macCatalyst(.v14),
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.macOS(.v11),
.macCatalyst(.v14),
.tvOS(.v17),
.visionOS(.v1)
.visionOS(.v1),
],
products: [
.library(
Expand Down

0 comments on commit e6a8a26

Please sign in to comment.