Skip to content

Commit

Permalink
chore: apply swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjoecodes committed Oct 18, 2024
1 parent 3d56f0b commit 993e5bc
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 212 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "ElevenLabsSwift",
platforms: [
.iOS(.v15)
.iOS(.v15),
],
products: [
.library(
Expand All @@ -15,6 +15,6 @@ let package = Package(
targets: [
.target(
name: "ElevenLabsSwift"
)
),
]
)
Loading

0 comments on commit 993e5bc

Please sign in to comment.