Skip to content

Commit f832e8a

Browse files
committed
Fix formatting
1 parent 6bd5e8a commit f832e8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseVertexAI/Tests/Unit/Snippets/FunctionCallingSnippets.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ final class FunctionCallingSnippets: XCTestCase {
5656
USA are supported.
5757
"""
5858
),
59-
"date": .string(description: """
59+
"date": .string(
60+
description: """
6061
The date for which to get the weather. Date must be in the format: YYYY-MM-DD.
6162
"""
6263
),

0 commit comments

Comments
 (0)