Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 24, 2024
1 parent 27bddcd commit ae2d5b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .swift-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": 1,
"lineLength": 120,
"indentation": {
"spaces": 4
}
Expand Down
3 changes: 1 addition & 2 deletions Tests/Common/DisposableFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ class DisposableFactory {
self.client = client
}

func organization(_ options: VOOrganization.CreateOptions) async throws -> VOOrganization.Entity
{
func organization(_ options: VOOrganization.CreateOptions) async throws -> VOOrganization.Entity {
let organization = try await client.organization.create(options)
organizations.append(organization)
return organization
Expand Down
4 changes: 1 addition & 3 deletions Tests/SnapshotsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ final class SnapshotsTests: XCTestCase {
|| file.snapshot!.thumbnail!.image!.height == 512)
}

func checkDocumentFlow(forResource resource: String, withExtension fileExtension: String)
async throws
{
func checkDocumentFlow(forResource resource: String, withExtension fileExtension: String) async throws {
guard let factory = try? await DisposableFactory.withCredentials() else {
failedToCreateFactory()
return
Expand Down

0 comments on commit ae2d5b9

Please sign in to comment.