Skip to content

Commit

Permalink
formats code
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Jul 19, 2024
1 parent 6072dda commit 48a81cf
Show file tree
Hide file tree
Showing 10 changed files with 570 additions and 573 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ let package = Package(
products: [
.library(
name: "oramacloud-client",
targets: ["oramacloud-client"]),
targets: ["oramacloud-client"]
),
],
targets: [
.target(name: "oramacloud-client"),
.testTarget(
name: "oramacloud-clientTests",
dependencies: ["oramacloud-client"]),
dependencies: ["oramacloud-client"]
),
]
)
Loading

0 comments on commit 48a81cf

Please sign in to comment.