Skip to content

Commit 0069932

Browse files
committed
Fix formatting
1 parent a9df1d5 commit 0069932

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firebase_ai/firebase_ai/test/api_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,7 @@ void main() {
648648
expect(response.usageMetadata!.thoughtsTokenCount, isNull);
649649
});
650650

651-
test(
652-
'parses usageMetadata when thoughtsTokenCount is present but null',
651+
test('parses usageMetadata when thoughtsTokenCount is present but null',
653652
() {
654653
final json = {
655654
'usageMetadata': {

0 commit comments

Comments
 (0)