Skip to content

Commit ee3c922

Browse files
committed
fix lint
1 parent 92084da commit ee3c922

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/cloudsql/cloud_sql_execute_sql_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -245,19 +245,19 @@ func getExecuteSqlToolsConfig() map[string]any {
245245
},
246246
"tools": map[string]any{
247247
"execute-sql-many": map[string]any{
248-
"type": executeSqlManyToolType,
249-
"source": "my-cloud-sql-source",
248+
"type": executeSqlManyToolType,
249+
"source": "my-cloud-sql-source",
250250
"description": "Use this tool to execute sql statement on a specific instance.",
251251
},
252252
"sql-many": map[string]any{
253-
"type": sqlManyToolType,
254-
"source": "my-cloud-sql-source",
253+
"type": sqlManyToolType,
254+
"source": "my-cloud-sql-source",
255255
"description": "Use this tool to get user details from a specific instance.",
256-
"statement": "SELECT * FROM users WHERE id = {{.user_id}}",
256+
"statement": "SELECT * FROM users WHERE id = {{.user_id}}",
257257
"templateParameters": []map[string]any{
258258
{
259-
"name": "user_id",
260-
"type": "string",
259+
"name": "user_id",
260+
"type": "string",
261261
"description": "The ID of the user.",
262262
},
263263
},

0 commit comments

Comments
 (0)