Skip to content

Commit

Permalink
Merge pull request #1003 from 0x1-company/create-pull-request/patch-a…
Browse files Browse the repository at this point in the history
…be7203

Run swift-format
  • Loading branch information
github-actions[bot] authored Nov 20, 2023
2 parents 98221fa + bbda2f0 commit f690e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/DependencyPackage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let package = Package(
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
]),
.testTarget(name: "FirestoreClientTests", dependencies: [
"FirestoreClient"
"FirestoreClient",
]),
.target(name: "God", dependencies: [
.product(name: "ApolloAPI", package: "apollo-ios"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public extension FirestoreClient {
.split(separator: ".")
.map(String.init)
.compactMap(Int.init)

return minimumSupportedAppVersion
.split(separator: ".")
.map(String.init)
Expand Down

0 comments on commit f690e59

Please sign in to comment.