Skip to content

Commit de6277c

Browse files
committed
Fix formatting
1 parent ddabff1 commit de6277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Tests/Integration/IntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ final class IntegrationTests: XCTestCase {
163163
"startDate": .string(format: .custom("date")),
164164
"yearsSince": .integer(format: .custom("int16")),
165165
"hoursSince": .integer(format: .int32),
166-
"minutesSince": .integer(format: .int64)
166+
"minutesSince": .integer(format: .int64),
167167
])
168168
)
169169
)

0 commit comments

Comments
 (0)