Skip to content

Commit 939fc7d

Browse files
committed
format
1 parent 801d676 commit 939fc7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/SupabaseTests/SupabaseClientTests.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ final class SupabaseClientTests: XCTestCase {
6666
XCTAssertEqual(
6767
client.headers,
6868
[
69-
.xClientInfo: "supabase-swift/\(Supabase.version)",
70-
.apiKey: "ANON_KEY",
71-
.init("header_field")!: "header_value",
72-
.authorization: "Bearer ANON_KEY",
69+
.xClientInfo: "supabase-swift/\(Supabase.version)",
70+
.apiKey: "ANON_KEY",
71+
.init("header_field")!: "header_value",
72+
.authorization: "Bearer ANON_KEY",
7373
]
7474
)
7575

0 commit comments

Comments
 (0)