Skip to content

Commit dfd6685

Browse files
committed
Fix formatting
1 parent f923ec9 commit dfd6685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Tests/TestApp/Tests/Integration/GenerateContentIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ struct GenerateContentIntegrationTests {
9393
}
9494
#expect(usageMetadata.totalTokenCount > 0)
9595
#expect(usageMetadata.totalTokenCount ==
96-
(usageMetadata.promptTokenCount + usageMetadata.candidatesTokenCount))
96+
(usageMetadata.promptTokenCount + usageMetadata.candidatesTokenCount))
9797
}
9898

9999
@Test(

0 commit comments

Comments
 (0)