Skip to content

Commit c014f45

Browse files
committed
style
1 parent f0f8477 commit c014f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAI/Tests/Unit/Types/GenerateContentResponseTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ final class GenerateContentResponseTests: XCTestCase {
174174
}
175175

176176
func testCandidateIsEmpty_withURLContextMetadata_isFalse() throws {
177-
let urlMetadata = URLMetadata(
178-
retrievedURL: try XCTUnwrap(URL(string: "https://google.com")),
177+
let urlMetadata = try URLMetadata(
178+
retrievedURL: XCTUnwrap(URL(string: "https://google.com")),
179179
retrievalStatus: .success
180180
)
181181
let urlContextMetadata = URLContextMetadata(urlMetadata: [urlMetadata])

0 commit comments

Comments
 (0)